DescriptionFix crbug/24815. Changes affect profiler "lazy" mode used for V8 in Chromium.
- don't engage the processing thread of CPU profiling until the first time profiling is resumed, this saves us a thread allocation for the majority of users;
- don't log shared libraries addresses: this is useless for JS-only profiling, and also consumes time on startup.
Committed: http://code.google.com/p/v8/source/detail?r=3154
Patch Set 1 #
Total comments: 2
Patch Set 2 : Comments addressed #
Messages
Total messages: 3 (0 generated)
|