Versions in this module Expand all Collapse all v1 v1.1.21 Sep 5, 2024 Changes in this version + const FieldAssembly + const FieldClass + const FieldDirectory + const FieldFile + const FieldFunctionName + const FieldLine + const FieldNamespace + const FieldPackage + const FieldPercent + const FieldPrintString + const FieldQuantity + const FieldSubFrames + const FieldThreadID + const FieldThreadName + const FieldUnit + const FieldValue + func GetFrameJSONFields() []string + type CollectionSort struct + func (c *CollectionSort) Len() int + func (c *CollectionSort) Less(i, j int) bool + func (c *CollectionSort) Swap(i, j int) + type EventSummary struct + Value int64 + func (es *EventSummary) ConvertToDefaultUnit() + type Frame struct + Assembly string + Class string + Directory string + File string + Function string + Line int64 + Namespace string + Package string + Percent string + PrintString string + Quantity *quantity.Quantity + SubFrames SubFrames + ThreadID string + ThreadName string + Unit *quantity.Unit + Value int64 + func (f *Frame) MarshalJSON() ([]byte, error) + type LessFunc func(a, b *EventSummary) bool + type SubFrames map[string]*Frame + func (sf SubFrames) MarshalJSON() ([]byte, error) + type SummaryCollection []*EventSummary + func (s SummaryCollection) SortByType(lang languages.Lang) + func (s SummaryCollection) SortByValue() + type SummaryValueType struct + Type events.Type + Unit *quantity.Unit