public class PerformanceMonitor extends Object
Modifier and Type | Method and Description |
---|---|
StackTraceElement |
getCaller() |
static PerformanceMonitor |
getClock(Class<?> owner) |
static PerformanceMonitor |
getClock(String ownerID) |
String |
getOwnerID() |
void |
start() |
float |
stop(boolean relative) |
public String ownerID
public static PerformanceMonitor getClock(String ownerID)
public static PerformanceMonitor getClock(Class<?> owner)
public final void start()
public final float stop(boolean relative)
public final StackTraceElement getCaller()
public final String getOwnerID()
Copyright © 2019. All Rights Reserved.