diff src/share/vm/graal/graalCompiler.hpp @ 18171:9bb816169777

Report code install timer in hosted mode
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Mon, 27 Oct 2014 13:37:06 -0700
parents 4a6e24a8fc2c
children 98592ae4b1fa
line wrap: on
line diff
--- a/src/share/vm/graal/graalCompiler.hpp	Fri Oct 24 16:18:10 2014 +0200
+++ b/src/share/vm/graal/graalCompiler.hpp	Mon Oct 27 13:37:06 2014 -0700
@@ -81,6 +81,9 @@
   void reset_compilation_stats();
 #endif // COMPILERGRAAL
 
+  // Print compilation timers and statistics
+  static void print_compilation_timers();
+
   static elapsedTimer* codeInstallTimer() { return &_codeInstallTimer; }
 
 #ifndef PRODUCT