Uses of Class
net.obvj.performetrics.Counter
-
Packages that use Counter Package Description net.obvj.performetrics Provides convenient classes for extracting performance metrics of Java code. -
-
Uses of Counter in net.obvj.performetrics
Methods in net.obvj.performetrics that return types with arguments of type Counter Modifier and Type Method Description Map<Counter.Type,List<Counter>>TimingSessionContainer. getAllCountersByType()Returns a map of counters grouped by type, where each entry in the counters list represents a timing session.List<Counter>TimingSessionContainer. getCounters(Counter.Type type)Returns a list of available counters for a specific type in this object, or an empty list if no counter is found -- for example, if no timing session was started, or after callingreset().
-