• Dmitry Vyukov's avatar
    cmd/trace: add new command · edadffa2
    Dmitry Vyukov authored
    Trace command allows to visualize and analyze traces.
    Run as:
    $ go tool trace binary trace.file
    The commands opens web browser with the main page,
    which contains links for trace visualization,
    blocking profiler, network IO profiler and per-goroutine
    traces.
    
    Also move trace parser from runtime/pprof/trace_parser_test.go
    to internal/trace/parser.go, so that it can be shared between
    tests and the command.
    
    Change-Id: Ic97ed59ad6e4c7e1dc9eca5e979701a2b4aed7cf
    Reviewed-on: https://go-review.googlesource.com/3601Reviewed-by: 's avatarAndrew Gerrand <adg@golang.org>
    edadffa2
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...