AcUtils
A high performance abstraction layer for AccuRev
|
Makes the using statement available for AcStopWatch objects. Adapted from Profiling with Stopwatch by Shawn Hargreaves. More...
Public Member Functions | |
AcStopWatchMarker (AcStopWatch stopwatch) | |
Constructor to initialize and start the stopwatch. Implemented by calling AcStopWatch::Start. More... | |
void | Dispose () |
Calls the client's ElapsedTimeHandler at the closing brace of the using statement. Implemented by calling AcStopWatch::Stop. More... | |
Makes the using statement available for AcStopWatch objects. Adapted from Profiling with Stopwatch by Shawn Hargreaves.
Definition at line 86 of file AcStopWatch.cs.
|
inline |
Constructor to initialize and start the stopwatch. Implemented by calling AcStopWatch::Start.
Definition at line 93 of file AcStopWatch.cs.
|
inline |
Calls the client's ElapsedTimeHandler at the closing brace of the using statement. Implemented by calling AcStopWatch::Stop.
Definition at line 103 of file AcStopWatch.cs.