502503504505506507508509510511
* @return instance of perfmon library */ public synchronized PerfMonLib getPerfMonLib() { if (perfMonLib == null) { perfMonLib = new PerfMonLib(getSymbolRegistry(), getMetricsRegistry(), getTracer(), getMBeanServerRegistry()); } return perfMonLib; }