webrtc/tools/valgrind-webrtc
andrew@webrtc.org 9080518a39 Restore severity precondition to logging.h.
I mistakenly ommitted the checks when logging.h was ported from
libjingle to webrtc. This caused a significant CPU cost for logs which
were later filtered out anyway.

Verified with LS_VERBOSE logging in neteq4, running:
$ out/Release/modules_unittests \
--gtest_filter=NetEqDecodingTest.TestBitExactness \
--gtest_repeat=50 > time.txt
$ grep "case ran" time.txt | grep "[0-9]* ms" -o | sort

Results on a MacBook Retina, averaged over 5 runs:
Verbose logs disabled:                          666 ms
Exisiting implementation, verbose logs enabled: 944 ms (1.42x)
New implementation, verbose logs enabled:       673 ms (1.01x)

BUG=2314
R=henrik.lundin@webrtc.org, henrike@webrtc.org, kjellander@webrtc.org, turaj@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/2160005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4682 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-09-05 16:40:43 +00:00
..
drmemory Remove JpegEncoder suppression as jpeg is now removed. 2013-09-03 18:38:52 +00:00
gtest_exclude Enable EngineTest.ReceivesPliAndRecoversWithNack and fix memcheck suppression filter. 2013-09-04 14:21:57 +00:00
memcheck Add TSan and Dr Memory suppressions for Windows 2013-09-02 11:50:46 +00:00
tsan Restore severity precondition to logging.h. 2013-09-05 16:40:43 +00:00
tsan_v2 Disabling CondVarTest for TSan v2 (take 2) 2013-08-29 09:47:18 +00:00
webrtc_tests.bat ThreadSanitizer and Dr Memory for Windows 2012-09-28 15:34:18 +00:00
webrtc_tests.py Corrected documentation on webrtc_test.sh. 2013-08-27 14:00:10 +00:00
webrtc_tests.sh ThreadSanitizer and Dr Memory for Windows 2012-09-28 15:34:18 +00:00