fm.liveswitch.ManagedStopwatch Class Reference

A managed stopwatch. More...

Public Member Functions

long getElapsedTicks ()
 
long getElapsedMilliseconds ()
 
 ManagedStopwatch ()
 
void start ()
 
void stop ()
 
void restart ()
 

Static Public Member Functions

static long getTimestamp ()
 

Detailed Description

A managed stopwatch.

Constructor & Destructor Documentation

◆ ManagedStopwatch()

fm.liveswitch.ManagedStopwatch.ManagedStopwatch ( )

Member Function Documentation

◆ getElapsedMilliseconds()

long fm.liveswitch.ManagedStopwatch.getElapsedMilliseconds ( )

◆ getElapsedTicks()

long fm.liveswitch.ManagedStopwatch.getElapsedTicks ( )

◆ getTimestamp()

static long fm.liveswitch.ManagedStopwatch.getTimestamp ( )
static

◆ restart()

void fm.liveswitch.ManagedStopwatch.restart ( )

◆ start()

void fm.liveswitch.ManagedStopwatch.start ( )

◆ stop()

void fm.liveswitch.ManagedStopwatch.stop ( )