public class Profiler
extends Object
Maintains averages for time values measured between
start() and
stop().
- Since:
- 5.2.13
-
-
Constructor Summary
Constructors
-
Method Summary
-
Field Details
-
-
-
print_details
protected boolean print_details
-
Constructor Details
-
Profiler
public Profiler()
-
Method Details
-
details
public boolean details()
-
-
reset
public void reset()
-
start
public void start()
-
-