DescriptionFix the xrange calculation of the V8 timeline plot
Currently an xrange is calculated by V8.Execution. This would be fine for JavaScript benchmarks in which everything happens inside of V8.Execution. On the other hand, in Chrome profiling, events can happen outside of V8.Execution. To visualize such outside events, we need to calculate an xrange so that the xrange covers all events.
BUG=
Committed: https://code.google.com/p/v8/source/detail?r=13414
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|