mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-24 13:24:27 +02:00
8058968: Compiler time traces should be improved
Use CITime consistently, make C2 to report to CompilerBroker, more probes. Reviewed-by: vlivanov, jrose
This commit is contained in:
parent
d63b9025d8
commit
f824f8c3cb
19 changed files with 386 additions and 313 deletions
|
@ -322,6 +322,8 @@ class CompileBroker: AllStatic {
|
|||
static elapsedTimer _t_total_compilation;
|
||||
static elapsedTimer _t_osr_compilation;
|
||||
static elapsedTimer _t_standard_compilation;
|
||||
static elapsedTimer _t_invalidated_compilation;
|
||||
static elapsedTimer _t_bailedout_compilation;
|
||||
|
||||
static int _total_compile_count;
|
||||
static int _total_bailout_count;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue