Index: src/usage-analyzer.cc |
=================================================================== |
--- src/usage-analyzer.cc (revision 1942) |
+++ src/usage-analyzer.cc (working copy) |
@@ -444,6 +444,7 @@ |
bool AnalyzeVariableUsage(FunctionLiteral* lit) { |
if (!FLAG_usage_computation) return true; |
+ HistogramTimerScope timer(&Counters::usage_analysis); |
return UsageComputer::Traverse(lit); |
} |