Reviewers: marja,
Description:
Remove unused histogram definitions
[email protected]
LOG=n
BUG=none
Please review this at https://codereview.chromium.org/572923002/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+1, -2 lines):
M src/counters.h
Index: src/counters.h
diff --git a/src/counters.h b/src/counters.h
index
d2da19c37aca432383d6830fffe010043e19c5a5..ed9f8a89aeb17115e90f17d6b629eae2c520908d
100644
--- a/src/counters.h
+++ b/src/counters.h
@@ -309,8 +309,7 @@ class HistogramTimerScope BASE_EMBEDDED {
HT(pre_parse, V8.PreParse) \
/* Total compilation times. */ \
HT(compile, V8.Compile) \
- HT(compile_eval, V8.CompileEval) \
- HT(compile_lazy, V8.CompileLazy)
+ HT(compile_eval, V8.CompileEval)
#define HISTOGRAM_PERCENTAGE_LIST(HP) \
/* Heap fragmentation. */ \
--
--
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.