DescriptionAllow recording individual samples in addition to the aggregated CPU profiles
CPU profiler API is extended with methods that allow to retrieve individual samples from profile. Each sample is presented as a pointer to a node in the top-down profile tree. The samples will let us tie JS performance to time.
BUG=None
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=13980
Patch Set 1 #
Total comments: 2
Patch Set 2 : Test that no samples are recorded if record_samples is false #Patch Set 3 : Removed unnecessary IsDead checks that slow down API #Patch Set 4 : One more IsDead check removed #
Total comments: 2
Patch Set 5 : Fixed indentation #
Messages
Total messages: 7 (0 generated)
|