public static class SamplingProfiler.SampledMethod extends Object implements Comparable<SamplingProfiler.SampledMethod>, Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SamplingProfiler.SampledMethod method) |
boolean |
equals(Object obj) |
String |
getClassName() |
long |
getCount() |
String |
getMethodName() |
int |
hashCode() |
String |
toString() |
public long getCount()
public String getClassName()
public String getMethodName()
public int compareTo(SamplingProfiler.SampledMethod method)
compareTo in interface Comparable<SamplingProfiler.SampledMethod>Copyright © 2008–2021 Emeric Vernat. All rights reserved.