diff options
author | Micael Karlberg <[email protected]> | 2011-11-04 12:35:30 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-11-04 12:35:30 +0100 |
commit | d93329a709fe4f9fc4bc3cfdc80027d247bd3e55 (patch) | |
tree | 1f93063a81a5417beda05385143406e29dc4deed /lib/megaco/test/megaco_codec_v2_test.erl | |
parent | 82e41d4b3a57774a23a57d345637a0e19e8727d0 (diff) | |
parent | 887c163802c7c39decd727240cd307964a1d692b (diff) | |
download | otp-d93329a709fe4f9fc4bc3cfdc80027d247bd3e55.tar.gz otp-d93329a709fe4f9fc4bc3cfdc80027d247bd3e55.tar.bz2 otp-d93329a709fe4f9fc4bc3cfdc80027d247bd3e55.zip |
The profiling test tool has been rewritten.
H�kan Mattsson.
OTP-9679
Merge branch 'bmk/megaco/improving_profiling_tool/OTP-9679' into bmk/megaco/r15_integration
Diffstat (limited to 'lib/megaco/test/megaco_codec_v2_test.erl')
-rw-r--r-- | lib/megaco/test/megaco_codec_v2_test.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/megaco/test/megaco_codec_v2_test.erl b/lib/megaco/test/megaco_codec_v2_test.erl index c3a80febba..1d3fcb36e9 100644 --- a/lib/megaco/test/megaco_codec_v2_test.erl +++ b/lib/megaco/test/megaco_codec_v2_test.erl @@ -346,9 +346,9 @@ profile_decode_text_messages(Slogan, Codec, Config, Msgs0) -> decode_text_messages(Codec, Config, Bins, []) end, %% Make a dry run, just to make sure all modules are loaded: - io:format("make a dry run..~n", []), + io:format("make a dry run...~n", []), (catch Fun()), - io:format("make the run..~n", []), + io:format("make the run...~n", []), megaco_profile:profile(Slogan, Fun). %% (catch megaco_codec_v2_test:profile_encode_compact_text_messages()). |