mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
6857194: Add hotspot perf counters to aid class loading performance measurement
Add new jvmstat counters to measure detailed class loading time Reviewed-by: acorn, kamg
This commit is contained in:
parent
c8140c1078
commit
08f5aeffc1
11 changed files with 274 additions and 33 deletions
|
@ -868,6 +868,10 @@ class PerfDataManager : AllStatic {
|
|||
{counter = PerfDataManager::create_counter(counter_ns, counter_name, \
|
||||
PerfData::U_Events,CHECK);}
|
||||
|
||||
#define NEWPERFBYTECOUNTER(counter, counter_ns, counter_name) \
|
||||
{counter = PerfDataManager::create_counter(counter_ns, counter_name, \
|
||||
PerfData::U_Bytes,CHECK);}
|
||||
|
||||
// Utility Classes
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue