Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/
Dsummary.go258 type Summarizer struct { struct
260 gs map[GoID]*GoroutineSummary
263 tasks map[TaskID]*UserTaskSummary
267 syscallingP map[ProcID]GoID
268 syscallingG map[GoID]ProcID
274 rangesP map[rangeP]GoID
276 lastTs Time // timestamp of the last event processed.
277 syncTs Time // timestamp of the last sync event processed (or the first timestamp in the trace).
297 func (s *Summarizer) Event(ev *Event) {
581 func (s *Summarizer) getOrAddTask(id TaskID) *UserTaskSummary {
[all …]
/aosp_15_r20/art/tools/ahat/src/main/com/android/ahat/
H A DSummarizer.java29 class Summarizer { class
/aosp_15_r20/out/soong/.intermediates/art/tools/ahat/ahat/linux_glibc_common/javac/
Dahat.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...