Index: src/v8-counters.h |
diff --git a/src/v8-counters.h b/src/v8-counters.h |
index c66463836339772ff9b02a1e1ec4b23c6389d1c8..60e8741d895f2c289fca5cc0de6461328a764bb2 100644 |
--- a/src/v8-counters.h |
+++ b/src/v8-counters.h |
@@ -1,4 +1,4 @@ |
-// Copyright 2007-2008 the V8 project authors. All rights reserved. |
+// Copyright 2010 the V8 project authors. All rights reserved. |
// Redistribution and use in source and binary forms, with or without |
// modification, are permitted provided that the following conditions are |
// met: |
@@ -45,14 +45,7 @@ namespace internal { |
/* Total compilation times. */ \ |
HT(compile, V8.Compile) \ |
HT(compile_eval, V8.CompileEval) \ |
- HT(compile_lazy, V8.CompileLazy) \ |
- /* Individual compiler passes. */ \ |
- HT(rewriting, V8.Rewriting) \ |
- HT(usage_analysis, V8.UsageAnalysis) \ |
- HT(variable_allocation, V8.VariableAllocation) \ |
- HT(ast_optimization, V8.ASTOptimization) \ |
- HT(code_generation, V8.CodeGeneration) \ |
- HT(deferred_code_generation, V8.DeferredCodeGeneration) |
+ HT(compile_lazy, V8.CompileLazy) |
// WARNING: STATS_COUNTER_LIST_* is a very large macro that is causing MSVC |