Searched defs:GoroutineSummary (Results 1 – 3 of 3) sorted by relevance
22 type GoroutineSummary struct { struct23 ID GoID24 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 goroutine26 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 []*UserRegionSummary34 GoroutineExecStats41 *goroutineSummary[all …]
239 func assertContainsGoroutine(t *testing.T, summaries map[trace.GoID]*trace.GoroutineSummary, name s…248 func basicGoroutineSummaryChecks(t *testing.T, summary *trace.GoroutineSummary) {
24 func GoroutinesHandlerFunc(summaries map[trace.GoID]*trace.GoroutineSummary) http.HandlerFunc {97 func GoroutineHandler(summaries map[trace.GoID]*trace.GoroutineSummary) http.HandlerFunc {