DescriptionAdd start and end profiling time to v8::CpuProfile
I'm going to change CPU profiler API and deprecate GetSelfTime, GetTotalTime and GetTotalSamplesCount on CpuProfileNode as all of those values are derived from self samples count and sampling rate. The sampling rate in turn is calculate based on the profiling duration so having start/end time and total sample count is enough for calculating smpling rate.
BUG=267595
R=alph@chromium.org, bmeurer@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=16039
Patch Set 1 #
Total comments: 2
Patch Set 2 : Comments addressed #
Messages
Total messages: 6 (0 generated)
|