Package zombie.core.profiling
Class PerformanceProfileProbeList
java.lang.Object
zombie.core.profiling.PerformanceProfileProbeList
public class PerformanceProfileProbeList
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
PerformanceProfileProbeList.Constructor
-
Constructor Summary
Constructors Modifier Constructor Description protected
PerformanceProfileProbeList(java.lang.String string, int int1, java.lang.Class javaClass, PerformanceProfileProbeList.Constructor constructor)
-
Method Summary
Modifier and Type Method Description PerformanceProfileProbe
at(int int1)
static PerformanceProfileProbeList
construct(java.lang.String string, int int1)
static PerformanceProfileProbeList
construct(java.lang.String string, int int1, java.lang.Class javaClass, PerformanceProfileProbeList.Constructor constructor)
int
count()
PerformanceProfileProbe
start(int int1)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PerformanceProfileProbeList
protected PerformanceProfileProbeList(java.lang.String string, int int1, java.lang.Class javaClass, PerformanceProfileProbeList.Constructor constructor)
-
-
Method Details
-
construct
-
construct
public static PerformanceProfileProbeList construct(java.lang.String string, int int1, java.lang.Class javaClass, PerformanceProfileProbeList.Constructor constructor) -
count
public int count() -
at
-
start
-