DescriptionDeprecate self and total time getters and total sample count getter on CpuProfileNode
All of these values are derived from the self samples count and there is no need to evaluate them in v8 when clients can do that when needed on their side.
Also added unsigned GetHitCount() which should be used instead of double GetSelfSamplesCount(). I'm going to deprecate the latter one once Blink has switched to GetHitCount.
BUG=267595
R=loislo@chromium.org, svenpanne@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=16116
Patch Set 1 #Patch Set 2 : Changed sample count type to unsigned #
Total comments: 5
Patch Set 3 : Added GetHitCount #
Total comments: 2
Messages
Total messages: 9 (0 generated)
|