Revision: 21884
Author: [email protected]
Date: Wed Jun 18 11:05:31 2014 UTC
Log: IC misses should not count towards execution pauses in plots.
[email protected]
Review URL: https://codereview.chromium.org/345543002
http://code.google.com/p/v8/source/detail?r=21884
Modified:
/branches/bleeding_edge/tools/profviz/composer.js
=======================================
--- /branches/bleeding_edge/tools/profviz/composer.js Fri Jun 13 09:07:56
2014 UTC
+++ /branches/bleeding_edge/tools/profviz/composer.js Wed Jun 18 11:05:31
2014 UTC
@@ -107,7 +107,7 @@
'V8.CompileEval':
new TimerEvent("compile eval", "#CC4400", true, 0),
'V8.IcMiss':
- new TimerEvent("ic miss", "#CC9900", true, 0),
+ new TimerEvent("ic miss", "#CC9900", false, 0),
'V8.Parse':
new TimerEvent("parse", "#00CC00", true, 0),
'V8.PreParse':
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.