Hi,I'm running an encoder test with tsan, and the execution timeof the test is ~1.6 times longer when the codec is using with 2 threads vs 1.Is the longer execution time expected if the codec is using multi-threads for encoding?Also, what does 2 bug_57266c/68 bug_57266a mean in the 2-thread case output?thanks,// FOR 1 THREAD encoding //09:45:10 common.py [INFO] process ended, did not time out09:45:10 common.py [INFO] flushing stdout09:45:10 common.py [INFO] collecting result code-----------------------------------------------------Suppressions used:count name1 bug_103711a-----------------------------------------------------09:45:10 tsan_analyze.py [INFO] PASS: No reports found09:45:10 valgrind_test.py [INFO] Test execution completed successfully.09:45:10 valgrind_test.py [INFO] Analysis completed successfully.09:45:10 valgrind_test.py [INFO] elapsed time: 00:15:24// FOR 2 THREAD encoding //--10:13:53 common.py [INFO] process ended, did not time out10:13:53 common.py [INFO] flushing stdout10:13:53 common.py [INFO] collecting result code-----------------------------------------------------Suppressions used:count name1 bug_103711a2 bug_57266c68 bug_57266a-----------------------------------------------------10:13:53 tsan_analyze.py [INFO] PASS: No reports found10:13:53 valgrind_test.py [INFO] Test execution completed successfully.10:13:53 valgrind_test.py [INFO] Analysis completed successfully.10:13:53 valgrind_test.py [INFO] elapsed time: 00:25:06
You received this message because you are subscribed to the Google Groups "thread-sanitizer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to thread-sanitiz...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.