v8/tools/profview
Leszek Swirski 64746e5fed [profview] Show all variants of a function in the timeline
When displaying a single function's timeline, display all its variants
(colour-coded by kind) instead of just the ones with the same code-id.
This allows us to see all optimised versions of a function, as well as
changes between optimised and unoptimised.

Drive-by -- Do some rounding to get rendering pixel-perfect.

Change-Id: I385c83b39414ac5e59208b7a25b488d6a283e2b0

NOTRY=true

Change-Id: I385c83b39414ac5e59208b7a25b488d6a283e2b0
Reviewed-on: https://chromium-review.googlesource.com/455833
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Reviewed-by: Jaroslav Sevcik <jarin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#43894}
2017-03-17 12:09:32 +00:00
..
index.html [tools/profview] Add individual function timeline view 2017-03-08 15:03:22 +00:00
profile-utils.js [profview] Show all variants of a function in the timeline 2017-03-17 12:09:32 +00:00
profview.css [tools/profview] Add individual function timeline view 2017-03-08 15:03:22 +00:00
profview.js [profview] Show all variants of a function in the timeline 2017-03-17 12:09:32 +00:00