![]() |
Oolite 1.91.0.7668-250429-8542c40
|
#include <OOProfilingStopwatch.h>
Instance Methods | |
(void) | - start |
(void) | - stop |
(OOTimeDelta) | - currentTime |
(OOTimeDelta) | - reset |
(id) | - init [implementation] |
(void) | - dealloc [implementation] |
Class Methods | |
(instancetype) | + stopwatch |
Private Attributes | |
OOHighResTimeValue | _start |
OOHighResTimeValue | _end |
BOOL | _running |
Definition at line 116 of file OOProfilingStopwatch.h.
- (OOTimeDelta) currentTime |
Definition at line 81 of file OOProfilingStopwatch.m.
References _end, _running, _start, currentTime, OODisposeHighResTime, OOGetHighResTime, and OOHighResTimeDeltaInSeconds().
Referenced by currentTime.
|
implementation |
Definition at line 54 of file OOProfilingStopwatch.m.
References _end, _start, dealloc, and OODisposeHighResTime.
Referenced by dealloc.
|
implementation |
Definition at line 36 of file OOProfilingStopwatch.m.
References _end, _running, _start, init, OOCopyHighResTime, and OOGetHighResTime.
Referenced by init.
- (OOTimeDelta) reset |
Definition at line 93 of file OOProfilingStopwatch.m.
References _end, _running, _start, OOCopyHighResTime, OODisposeHighResTime, OOGetHighResTime, OOHighResTimeDeltaInSeconds(), and reset.
Referenced by reset, OOCacheManager(Private)::write, and OOCacheManager(Private)::writeDict:.
- (void) start |
Definition at line 63 of file OOProfilingStopwatch.m.
References _running, _start, OODisposeHighResTime, OOGetHighResTime, and start.
Referenced by start.
- (void) stop |
Definition at line 72 of file OOProfilingStopwatch.m.
References _end, _running, _start, OODisposeHighResTime, OOGetHighResTime, and stop.
Referenced by stop.
+ (instancetype) stopwatch |
Definition at line 48 of file OOProfilingStopwatch.m.
References stopwatch.
Referenced by stopwatch, OOCacheManager(Private)::write, and OOCacheManager(Private)::writeDict:.
|
private |
Definition at line 120 of file OOProfilingStopwatch.h.
Referenced by currentTime, dealloc, init, reset, and stop.
|
private |
Definition at line 121 of file OOProfilingStopwatch.h.
Referenced by currentTime, init, reset, start, and stop.
|
private |
Definition at line 119 of file OOProfilingStopwatch.h.
Referenced by currentTime, dealloc, init, reset, start, and stop.