A sample for the duration timer. More...
Public Member Functions | |
DurationSample (long beginMillis) | |
Creates a new instance of the fm.liveswitch.diagnostics.DurationSample class. More... | |
void | end (long endMillis) |
Ends the sample. More... | |
long | getBeginMillis () |
Gets the stopwatch value in milliseconds when the sample started. More... | |
long | getEndMillis () |
Gets the stopwatch value in milliseconds when the sample stopped. More... | |
A sample for the duration timer.
fm.liveswitch.diagnostics.DurationSample.DurationSample | ( | long | beginMillis | ) |
Creates a new instance of the fm.liveswitch.diagnostics.DurationSample class.
beginMillis | The stopwatch value in milliseconds when the sample started. |
void fm.liveswitch.diagnostics.DurationSample.end | ( | long | endMillis | ) |
Ends the sample.
endMillis | The stopwatch value in milliseconds when the sample stopped. |
long fm.liveswitch.diagnostics.DurationSample.getBeginMillis | ( | ) |
Gets the stopwatch value in milliseconds when the sample started.
long fm.liveswitch.diagnostics.DurationSample.getEndMillis | ( | ) |
Gets the stopwatch value in milliseconds when the sample stopped.