C# (CSharp) HdrHistogram.Examples Namespace

Сlasses

Name Description
Program
RecorderExample A simple example of using HdrHistogram's Recorder: run for 20 seconds collecting the time it takes to perform a simple Datagram Socket create/close operation, and report a histogram of the times at the end.
SimpleHistogramExample A simple example of using HdrHistogram: run for 20 seconds collecting the time it takes to perform a simple Datagram Socket create/close operation, and report a histogram of the times at the end.
SocketTester A class used to test opening and closing a TCP socket.