The LatencyManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add | |
![]() ![]() | PrintHeader | |
![]() | PrintResults |
Print latency percents for specified cumulative ranges.
This function is not absolutely accurate for a given time slice because this method
is not synchronized with the Add() method. Some values will slip into the next iteration.
It is not a good idea to add extra locks just to measure performance since that actually
affects performance. Fortunately, the values will even out over time (ie. no double counting).
|
![]() | PrintSummary |
See Also