Class PerformanceProfileProbeList<Probe extends PerformanceProfileProbe>
java.lang.Object
zombie.core.profiling.PerformanceProfileProbeList<Probe>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
PerformanceProfileProbeList
(String string, int int0, Class<Probe> _class, PerformanceProfileProbeList.Constructor<Probe> constructor) -
Method Summary
Modifier and TypeMethodDescriptionstatic <Probe extends PerformanceProfileProbe>
PerformanceProfileProbeList<Probe> construct
(String prefix, int count, Class<Probe> type, PerformanceProfileProbeList.Constructor<Probe> ctor) int
count()
start
(int int0)
-
Constructor Details
-
PerformanceProfileProbeList
protected PerformanceProfileProbeList(String string, int int0, Class<Probe> _class, PerformanceProfileProbeList.Constructor<Probe> constructor)
-
-
Method Details
-
construct
public static <Probe extends PerformanceProfileProbe> PerformanceProfileProbeList<Probe> construct(String prefix, int count, Class<Probe> type, PerformanceProfileProbeList.Constructor<Probe> ctor) -
count
public int count() -
start
-