Click or drag to resize

TraceBufferClient.ToGroup 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.7.1
Syntax
C#
public static Dictionary<ulong, List<TraceEvent>> ToGroup(
	IEnumerable<TraceEvent> events
)

Parameters

events  IEnumerable<TraceEvent>
The events that should be grouped.

Return Value

Dictionary<UInt64, List<TraceEvent>>
Dictionary containing the grouped events.
See Also