• Hana (Hyang-Ah) Kim's avatar
    cmd/trace: compute pprof-style output per goroutine type · 5bd66e5e
    Hana (Hyang-Ah) Kim authored
    The trace command computes IO, Schedule, Block, and Syscall profiles
    by following the unblocking links in the execution trace and summing
    up the duration.  This change offers variations of those profiles
    that include only selected goroutine types. The id parameter takes the
    goroutine type - i.e. pc of the goroutine.
    
    The output is available from the /goroutine view. So, users can see
    where the goroutines of interest typically block.
    
    Also, these profiles are available for download so users can use
    pprof or other tools to interpret the output. This change adds links
    for download of global profile in the main page.
    
    Change-Id: I35699252056d164e60de282b0406caf96d629c85
    Reviewed-on: https://go-review.googlesource.com/75710Reviewed-by: 's avatarSameer Ajmani <sameer@golang.org>
    5bd66e5e
Name
Last commit
Last update
..
addr2line Loading commit data...
api Loading commit data...
asm Loading commit data...
buildid Loading commit data...
cgo Loading commit data...
compile Loading commit data...
cover Loading commit data...
dist Loading commit data...
doc Loading commit data...
fix Loading commit data...
go Loading commit data...
gofmt Loading commit data...
internal Loading commit data...
link Loading commit data...
nm Loading commit data...
objdump Loading commit data...
pack Loading commit data...
pprof Loading commit data...
test2json Loading commit data...
trace Loading commit data...
vendor Loading commit data...
vet Loading commit data...