Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(612)

Unified Diff: src/isolate.cc

Issue 2053383002: Machine-readable TurboFan compiler statistics (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« src/compilation-statistics.cc ('K') | « src/flag-definitions.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/isolate.cc
diff --git a/src/isolate.cc b/src/isolate.cc
index 035a626acd2eff1ba4439ae8b322a2fe3ba93af6..96266014de5e1f579bfd641caa8d11f0485e4a30 100644
--- a/src/isolate.cc
+++ b/src/isolate.cc
@@ -2481,7 +2481,7 @@ HStatistics* Isolate::GetHStatistics() {
CompilationStatistics* Isolate::GetTurboStatistics() {
if (turbo_statistics() == NULL)
- set_turbo_statistics(new CompilationStatistics());
+ set_turbo_statistics(new CompilationStatistics(FLAG_turbo_stats_nvp));
return turbo_statistics();
}
« src/compilation-statistics.cc ('K') | « src/flag-definitions.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698