Click or drag to resize

TraceBufferClientToGroup Method

Groups all events by their Timestamp. All events with the same Timestamp are stored in a list.

Namespace: RAYLASE.SPICE3.TraceBuffer
Assembly: RAYLASE.SPICE3.TraceBufferLib (in RAYLASE.SPICE3.TraceBufferLib.dll) Version: 3.4.1
Syntax
C#
public static Dictionary<ulong, List<TraceEvent>> ToGroup(
	IEnumerable<TraceEvent> events
)

Parameters

events  IEnumerableTraceEvent
The events that should be grouped.

Return Value

DictionaryUInt64, ListTraceEvent
Dictionary containing the grouped events.
See Also