Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/
Dsummary.go22 type GoroutineSummary struct { struct
23 ID GoID
24 Name string // A non-unique human-friendly identifier for the goroutine.
25 PC uint64 // The first PC we saw for the entry function of the goroutine
26 CreationTime Time // Timestamp of the first appearance in the trace.
27 …tartTime Time // Timestamp of the first time it started running. 0 if the goroutine never ran.
28 EndTime Time // Timestamp of when the goroutine exited. 0 if the goroutine never exited.
31 Regions []*UserRegionSummary
34 GoroutineExecStats
41 *goroutineSummary
[all …]
Dsummary_test.go239 func assertContainsGoroutine(t *testing.T, summaries map[trace.GoID]*trace.GoroutineSummary, name s…
248 func basicGoroutineSummaryChecks(t *testing.T, summary *trace.GoroutineSummary) {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/trace/
Dgoroutines.go24 func GoroutinesHandlerFunc(summaries map[trace.GoID]*trace.GoroutineSummary) http.HandlerFunc {
97 func GoroutineHandler(summaries map[trace.GoID]*trace.GoroutineSummary) http.HandlerFunc {