[Missing <summary> documentation for "T:Aerospike.Client.LatencyManager"]
Inheritance Hierarchy
Aerospike.ClientLatencyManager
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.1 (3.9.16.1)
Syntax
C#
public sealed class LatencyManager
The LatencyManager type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | LatencyManager | Initializes a new instance of the LatencyManager class |
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