Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct { Pid int `json:"pid"` Tid int `json:"tid"` Ts int64 `json:"ts"` Ph string `json:"ph"` Dur int64 `json:"dur,omitempty"` Name string `json:"name"` Cat string `json:"cat,omitempty"` Args map[string]interface{} `json:"args"` }
Event is an event in the Chrome tracing format. The fields are mirrored exactly.
type T ¶
type T struct {
Events []Event `json:"traceEvents"`
}
T represents the JSON object format in the Chrome tracing format. For more details, see: https://docs.google.com/document/d/1CvAClvFfyA5R-PhYUmn5OOQtYMH4h6I0nSsKchNAySU/preview
Click to show internal directories.
Click to hide internal directories.