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).
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.1 (3.9.16.1)
Syntax
C#
public bool PrintResults( Node node, StringBuilder sb, string type )
Parameters
- node
- Type: Aerospike.ClientNode
- sb
- Type: System.TextStringBuilder
- type
- Type: SystemString
Return Value
Type: BooleanSee Also