Home
last modified time | relevance | path

Searched defs:viewerEvent (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/build/soong/ui/tracer/
H A Dtracer.go72 type viewerEvent struct { struct
73 Name string `json:"name,omitempty"`
74 Phase string `json:"ph"`
75 Scope string `json:"s,omitempty"`
76 Time uint64 `json:"ts"`
77 Dur uint64 `json:"dur,omitempty"`
78 Pid uint64 `json:"pid"`
79 Tid uint64 `json:"tid"`
80 ID uint64 `json:"id,omitempty"`
81 Arg interface{} `json:"args,omitempty"`