C# Класс HdrHistogram.Examples.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.
Наследование: IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
Dispose ( ) : void
RecorderExample ( ) : System
Run ( ) : void

Приватные методы

Метод Описание
HasRunBeenCalled ( ) : bool
RecordMeasurements ( IRecorder recorder ) : void

Shows a sample loop where an action is executed, and the latency of each execution is recorded.

WriteToDisk ( Recorder recorder ) : void

Описание методов

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

RecorderExample() публичный Метод

public RecorderExample ( ) : System
Результат System

Run() публичный Метод

public Run ( ) : void
Результат void