Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ViewerDataTraceConsumer (0.29 sec)

  1. src/internal/trace/traceviewer/emitter.go

    	ConsumeViewerFrame func(key string, f format.Frame)
    	Flush              func()
    }
    
    // ViewerDataTraceConsumer returns a TraceConsumer that writes to w. The
    // startIdx and endIdx are used for splitting large traces. They refer to
    // indexes in the traceEvents output array, not the events in the trace input.
    func ViewerDataTraceConsumer(w io.Writer, startIdx, endIdx int64) TraceConsumer {
    	allFrames := make(map[string]format.Frame)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 21:29:58 UTC 2023
    - 20.4K bytes
    - Viewed (0)
Back to top