Chromium Code Reviews
DescriptionMake cygprofile order functions by process and thread ID.
This is used to make the order of functions not depend on thread-scheduling
which can be greatly impacted when profiling is done with cygprofile.
As a result each thread has its own contiguous segment of code (ordered by
timestamp) and processes also have their code isolated (i.e. not interleaved).
BUG=372323
Patch Set 1 #
Total comments: 8
Patch Set 2 : Use Egor's code #Patch Set 3 : Remove unnecessary blank line #
Total comments: 2
Patch Set 4 : Remove unnecessary assignment #
Messages
Total messages: 7 (0 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||