LastSplitsCallback retains last
splits in a ring a buffer (fixed size FIFO queue).See: Description
| Class | Description |
|---|---|
| CircularList<T> |
Ring/circular buffer, fixed size FIFO list.
|
| LastSplits |
Object stored among Stopwatch's attributes in charge of
Managing concurrent access to the inner ring buffer through synchronized blocks
Computing som statistics (min, max, mean, trend) based on retained values
Log retained values and statistics
|
| LastSplitsCallback |
Callback retaining the last N stopwatch splits.
|
LastSplitsCallback retains last
splits in a ring a buffer (fixed size FIFO queue).Copyright © 2019. All rights reserved.