mirror of
https://github.com/golang/go
synced 2024-11-23 03:30:02 -07:00
misc/trace: update trace-viewer
Generated with github.com/catapult/tracing/bin/vulcanize_trace_viewer catapult @ ab4d571fa Renamed trace_viewer_lean.html to trace_viewer_full.html to make it clear we are using the full version of trace viewer (waiting for https://github.com/catapult-project/catapult/issues/2247 to be fixed). Update #15302 Change-Id: Ice808bb27ab79a1dec9fc863e0c5a761027ebfbe Reviewed-on: https://go-review.googlesource.com/58750 Reviewed-by: Dmitry Vyukov <dvyukov@google.com>
This commit is contained in:
parent
1708122b48
commit
05ff6bfe33
9525
misc/trace/trace_viewer_full.html
Normal file
9525
misc/trace/trace_viewer_full.html
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -147,7 +147,7 @@ var templTrace = `
|
||||
// httpTraceViewerHTML serves static part of trace-viewer.
|
||||
// This URL is queried from templTrace HTML.
|
||||
func httpTraceViewerHTML(w http.ResponseWriter, r *http.Request) {
|
||||
http.ServeFile(w, r, filepath.Join(runtime.GOROOT(), "misc", "trace", "trace_viewer_lean.html"))
|
||||
http.ServeFile(w, r, filepath.Join(runtime.GOROOT(), "misc", "trace", "trace_viewer_full.html"))
|
||||
}
|
||||
|
||||
// httpJsonTrace serves json trace, requested from within templTrace HTML.
|
||||
|
Loading…
Reference in New Issue
Block a user