]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/trace: document that trace viewer is only tested on chromium
authorAlberto Donizetti <alb.donizetti@gmail.com>
Tue, 21 Feb 2017 13:20:58 +0000 (14:20 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 20 Apr 2017 16:44:55 +0000 (16:44 +0000)
Fixes #19207

Change-Id: I69b70492fd01599a13c1a3beb87f492de40a18b0
Reviewed-on: https://go-review.googlesource.com/37312
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/trace/doc.go
src/cmd/trace/main.go

index 79506ca9bb90c6ff64917cbd7de5f3148edd5d7c..ed1f930a7bb98c706064f1667c84138c5718edb1 100644 (file)
@@ -26,5 +26,10 @@ Supported profile types are:
 
 Then, you can use the pprof tool to analyze the profile:
        go tool pprof TYPE.pprof
+
+Note that while the various profiles available when launching
+'go tool trace' work on every browser, the trace viewer itself
+(the 'view trace' page) comes from the Chrome/Chromium project
+and is only actively tested on that browser.
 */
 package main
index 6367874d705fe9ca8f06fa9ab629e33950f06f83..8ea0ba01615ab5a6c7315905903e8a23e1fc3f20 100644 (file)
@@ -42,6 +42,11 @@ Supported profile types are:
 Flags:
        -http=addr: HTTP service address (e.g., ':6060')
        -pprof=type: print a pprof-like profile instead
+
+Note that while the various profiles available when launching
+'go tool trace' work on every browser, the trace viewer itself
+(the 'view trace' page) comes from the Chrome/Chromium project
+and is only actively tested on that browser.
 `
 
 var (