Package org.revapi
Class Stats
- java.lang.Object
-
- org.revapi.Stats
-
public final class Stats extends Object
Quick and dirty execution time statistics collection class. Note that the statistics collected during theclose()
methods of the extensions are not taken into account.- Since:
- 0.4.1
- Author:
- Lukas Krejci
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Stats.Collector
-
-
-
Method Detail
-
of
public static Stats.Collector of(String stat)
-
asString
public static String asString()
-
-