A sample for the duration timer. More...
Instance Methods | |
| (long long) | - beginMillis |
| Gets the stopwatch value in milliseconds when the sample started. More... | |
| (long long) | - endMillis |
| Gets the stopwatch value in milliseconds when the sample stopped. More... | |
| (void) | - endWithEndMillis: |
| Ends the sample. More... | |
| (instancetype) | - initWithBeginMillis: |
| Creates a new instance of the FMLiveSwitchDiagnosticsDurationSample class. More... | |
Class Methods | |
| (FMLiveSwitchDiagnosticsDurationSample *) | + durationSampleWithBeginMillis: |
| Creates a new instance of the FMLiveSwitchDiagnosticsDurationSample class. More... | |
A sample for the duration timer.
| - (long long) beginMillis |
Gets the stopwatch value in milliseconds when the sample started.
| + (FMLiveSwitchDiagnosticsDurationSample*) durationSampleWithBeginMillis: | (long long) | beginMillis |
Creates a new instance of the FMLiveSwitchDiagnosticsDurationSample class.
| beginMillis | The stopwatch value in milliseconds when the sample started. |
| - (long long) endMillis |
Gets the stopwatch value in milliseconds when the sample stopped.
| - (void) endWithEndMillis: | (long long) | endMillis |
Ends the sample.
| endMillis | The stopwatch value in milliseconds when the sample stopped. |
| - (instancetype) initWithBeginMillis: | (long long) | beginMillis |
Creates a new instance of the FMLiveSwitchDiagnosticsDurationSample class.
| beginMillis | The stopwatch value in milliseconds when the sample started. |