Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MainHandler (0.09 sec)

  1. src/cmd/trace/main.go

    		return trace.MutatorUtilizationV2(parsed.events, flags), nil
    	}
    
    	mux := http.NewServeMux()
    
    	// Main endpoint.
    	mux.Handle("/", traceviewer.MainHandler([]traceviewer.View{
    		{Type: traceviewer.ViewProc, Ranges: ranges},
    		// N.B. Use the same ranges for threads. It takes a long time to compute
    		// the split a second time, but the makeup of the events are similar enough
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 10.4K bytes
    - Viewed (0)
Back to top