Package | Description |
---|---|
info.monitorenter.gui.chart.traces |
Contains
ITrace2D implementations
of jchart2d that model the traces of the chart. |
info.monitorenter.reflection |
Ancient package with support for displaying any java class data field in a trace.
|
info.monitorenter.util.collections |
Advanced collection classes for high performance dynamic charting
with small memory footprint.
|
Modifier and Type | Field and Description |
---|---|
protected IRingBuffer<ITracePoint2D> |
Trace2DLtd.m_buffer
Internal fast FIFO buffer implementation based upon indexed access to an
array.
|
Modifier and Type | Field and Description |
---|---|
protected IRingBuffer<ObjectRecorder.ObjectInspection> |
ObjectRecorder.m_buffer
Fast buffer to store recorded fiels.
|
Modifier and Type | Method and Description |
---|---|
IRingBuffer<ObjectRecorder.ObjectInspection> |
ObjectRecorder.getRingBuffer()
Returns the internal fifo buffer that stores the
ObjectRecorder.ObjectInspection instances that have been done. |
Modifier and Type | Class and Description |
---|---|
class |
RingBufferArray<T>
A RingBuffer can be used to store a limited number of entries of any type
within a buffer.
|
class |
RingBufferArrayFast<T>
Fast ring buffer implementation.
|
Copyright © 2019. All rights reserved.