index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
trace
/
main.go
Age
Commit message (
Expand
)
Author
2025-02-10
internal/trace: merge event and tracev2 packages
Michael Anthony Knyszek
2025-02-10
internal/trace: rename go122 to tracev2
Michael Anthony Knyszek
2024-07-23
cmd/trace: merge testdata debugging tools into the trace tool
Michael Anthony Knyszek
2024-06-21
cmd/internal: separate counter package from telemetry package
Michael Matloob
2024-06-13
cmd/go: call telemetry.MaybeChild at start of go command
Michael Matloob
2024-05-17
internal/trace: move v2 tracer into trace directory
Carlos Amedee
2024-05-17
cmd/trace: collapse v2 directory into trace
Carlos Amedee
2024-05-14
cmd: add telemetry for commands in cmd
Michael Matloob
2023-11-21
cmd/trace/v2: add thread-oriented mode for v2 traces
Michael Anthony Knyszek
2023-11-21
cmd/trace: refactor pprof HTTP SVG serving into traceviewer
Michael Anthony Knyszek
2023-11-21
internal/trace/traceviewer: make the mmu handler more self-contained
Michael Anthony Knyszek
2023-11-21
cmd/trace: common up the mmu page and add it to cmd/trace/v2
Michael Anthony Knyszek
2023-11-21
cmd/trace: add almost full support for v2 traces in the trace viewer
Michael Anthony Knyszek
2023-06-14
all: fix spelling errors
Alexander Yastrebov
2022-07-11
cmd/trace: fix typo in web documentation
Tobias Klauser
2022-06-22
cmd/trace: add basic documentation to main page
Alan Donovan
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-04
cmd/trace: use fmt.Print for newline-ending fixed string
Zvonimir Pavlinovic
2018-11-22
cmd/trace: revert internal/traceparser
Hana Kim
2018-11-05
cmd/trace: list and link to worst mutator utilization windows
Austin Clements
2018-11-05
cmd/trace: add minimum mutator utilization (MMU) plot
Austin Clements
2018-10-30
cmd/trace: use new traceparser to parse the raw trace files
Peter Weinberger
2018-04-24
runtime/trace: rename "Span" with "Region"
Hana Kim
2018-04-10
cmd/trace: pprof computation for span types
Hana Kim
2018-03-26
cmd/trace: add /userspans, /userspan pages
Hana Kim
2018-03-07
cmd/trace: force GC occassionally
Hana Kim
2018-03-07
cmd/trace: generate jsontrace data in a streaming fashion
Hana Kim
2018-02-21
cmd/trace: add memory usage reporting
Hana Kim
2018-02-20
cmd/trace: add analyzeAnnotation and /usertasks view.
Hana Kim
2017-12-20
cmd/trace: init goroutine info entries with GoCreate event
Hana Kim
2017-11-30
cmd/trace: compute pprof-style output per goroutine type
Hana (Hyang-Ah) Kim
2017-08-28
cmd/trace: add -d that prints parsed traces
Hana Kim
2017-04-20
cmd/trace: document that trace viewer is only tested on chromium
Alberto Donizetti
2017-02-13
cmd/trace: document the final step to use pprof-like profiles
Jaana Burcu Dogan
2016-10-12
cmd/trace: add option to output pprof files
Filippo Valsorda
2016-10-11
cmd/trace: fix a runnable goroutine count bug
Hyang-Ah (Hana) Kim
2016-09-14
cmd: add internal/browser package
Josh Bleecher Snyder
2016-05-12
cmd/trace: split large traces into parts
Dmitry Vyukov
2016-05-03
cmd/trace: make binary argument optional
Dmitry Vyukov
2016-04-11
internal/trace: support parsing of 1.5 traces
Dmitry Vyukov
2016-04-08
runtime: emit file:line info into traces
Dmitry Vyukov
2015-08-21
cmd/trace: don't fail when no browser is available
David du Colombier
2015-07-22
runtime/trace: add new package
Dmitry Vyukov
2015-06-18
cmd/trace: gracefully handle empty profiles
Dmitry Vyukov
2015-02-20
cmd/trace: add new command
Dmitry Vyukov