Class PerformanceProfileProbeList<Probe extends PerformanceProfileProbe>
java.lang.Object
zombie.core.profiling.PerformanceProfileProbeList<Probe>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
-
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)
-
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
-