public class Profile extends Object
LatencyCounter to collect profile information and manages sub
profiles.| Modifier and Type | Method and Description |
|---|---|
void |
addSample(int duration) |
boolean |
equals(Object obj) |
double |
getAverageLatency() |
long |
getInvocationCount() |
String |
getName() |
Profile |
getOrCreateSubProfile(String name) |
Profile |
getParent() |
Collection<Profile> |
getSubProfiles() |
long |
getTotalLatency() |
int |
hashCode() |
String |
toString() |
public String getName()
public Profile getParent()
public Collection<Profile> getSubProfiles()
public void addSample(int duration)
public long getInvocationCount()
public long getTotalLatency()
public double getAverageLatency()
Copyright © 2019. All rights reserved.