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
Age
Commit message (
Expand
)
Author
2023-02-10
cmd/trace: fix error message for bad goroutine state transition
Nick Ripley
2022-11-07
cmd/trace: only include required frames in splits
Michael Pratt
2022-10-04
all: use fmt.Appendf
cui fliter
2022-10-03
cmd/trace: replace loop with append(slice, slice2...)
cuiweixie
2022-09-08
cmd/trace: use strings.Builder
cuiweixie
2022-08-25
cmd/trace: display goroutines (PC=0) with clearer description
hitzhangjie
2022-07-11
internal/trace: don't report regions on system goroutines
Michael Pratt
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
2022-05-27
doc: lint Markdown for trailing spaces and code blocks
John Bampton
2022-05-03
runtime: add CPU samples to execution trace
Rhys Hiltner
2022-05-02
all: use os/exec instead of internal/execabs
Russ Cox
2022-04-21
cmd/trace: embed static content
Michael Pratt
2022-04-11
all: gofmt main repo
Russ Cox
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
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-08-17
cmd/trace: use newTaskDesc to create taskDesc
Leonard Wang
2021-04-14
runtime: move next_gc and last_next_gc into gcControllerState
Michael Anthony Knyszek
2021-03-13
all: use HTML5 br tags
John Bampton
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2021-01-21
all: introduce and use internal/execabs
Roland Shoemaker
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-08-12
cmd/trace: move viewer data structs into cmd/internal/traceviewer
Michael Matloob
2020-04-21
cmd/trace: fix the broken link in region pages and improve UX
Rohith Ravi
2020-04-13
cmd/trace: use the focustask mode for user task/region trace views
Hana (Hyang-Ah) Kim
2020-02-20
cmd/trace: update to use WebComponents V0 polyfill
Hana (Hyang-Ah) Kim
2020-01-02
runtime: emit trace event in direct semaphore handoff
Rhys Hiltner
2019-05-06
all: simplify code using "gofmt -s -w"
Shulhan
2019-02-26
all: fix typos as reported by 'misspell'
Leon Klingele
2018-12-02
all: use "reports whether" consistently instead of "returns whether"
Tobias Klauser
2018-11-22
cmd/trace: revert internal/traceparser
Hana Kim
2018-11-05
cmd/trace: notes on MMU view improvements
Austin Clements
2018-11-05
cmd/trace: display p99.9, p99 and p95 MUT
Austin Clements
2018-11-05
cmd/trace: expose MMU analysis flags in web UI
Austin Clements
2018-11-05
internal/trace: add "per-P" MMU analysis
Austin Clements
2018-11-05
internal/trace: flags for what to include in GC utilization
Austin Clements
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-11-02
all: use "reports whether" consistently in the few places that didn't
Brad Fitzpatrick
2018-10-30
cmd/trace: use new traceparser to parse the raw trace files
Peter Weinberger
2018-09-26
all: use strings.ReplaceAll and bytes.ReplaceAll where applicable
Brad Fitzpatrick
2018-09-17
cmd/trace: don't drop sweep slice details
Hana Kim
2018-08-30
all: fix typos
Alex Kohler
2018-08-23
all: fix typos detected by github.com/client9/misspell
Kazuhiro Sera
2018-06-14
runtime, sycall/js: add support for callbacks from JavaScript
Richard Musiol
2018-05-21
cmd/trace: fix a few bugs found by staticcheck
Daniel MartÃ
2018-05-08
cmd/trace: handle invalid goid para in /trace
Hana (Hyang-Ah) Kim
2018-05-08
cmd/trace: skip links for buckets with 0 count
Hana (Hyang-Ah) Kim
[next]