Searched defs:RuntimeHistogram (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DinterfaceSupport.cpp47 Histogram* RuntimeHistogram; variable
64 if (RuntimeHistogram == NULL) {
65 RuntimeHistogram = new Histogram("VM Runtime Call Counts",200);
68 RuntimeHistogram->add_element(this);

Completed in 37 milliseconds