comparison 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
comparison
equal deleted inserted replaced
18163:c88ab4f1f04a 18171:9bb816169777
79 79
80 // Print compilation statistics 80 // Print compilation statistics
81 void reset_compilation_stats(); 81 void reset_compilation_stats();
82 #endif // COMPILERGRAAL 82 #endif // COMPILERGRAAL
83 83
84 // Print compilation timers and statistics
85 static void print_compilation_timers();
86
84 static elapsedTimer* codeInstallTimer() { return &_codeInstallTimer; } 87 static elapsedTimer* codeInstallTimer() { return &_codeInstallTimer; }
85 88
86 #ifndef PRODUCT 89 #ifndef PRODUCT
87 void compile_the_world(); 90 void compile_the_world();
88 #endif 91 #endif