TraceBufferClientToGroup Method |
Groups all events by their
Timestamp. All events with the same
Timestamp are stored in
a list.
Namespace: RAYLASE.SPICE3.TraceBufferAssembly: RAYLASE.SPICE3.TraceBufferLib (in RAYLASE.SPICE3.TraceBufferLib.dll) Version: 3.5.2
Syntax public static Dictionary<ulong, List<TraceEvent>> ToGroup(
IEnumerable<TraceEvent> events
)
Parameters
- events IEnumerableTraceEvent
- The events that should be grouped.
Return Value
DictionaryUInt64,
ListTraceEventDictionary containing the grouped events.
See Also