Uses of Class
biz.gabrys.maven.plugin.util.timer.TimeSpan
-
Packages that use TimeSpan Package Description biz.gabrys.maven.plugin.util.timer Contains types responsible for counting the execution time. -
-
Uses of TimeSpan in biz.gabrys.maven.plugin.util.timer
Methods in biz.gabrys.maven.plugin.util.timer that return TimeSpan Modifier and Type Method Description TimeSpan
SystemTimer. getTime()
Returns a current counted execution time.TimeSpan
Timer. getTime()
Returns a current counted execution time.TimeSpan
SystemTimer. stop()
TimeSpan
Timer. stop()
Stops counting execution time.
-