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
/
annotations_test.go
Age
Commit message (
Expand
)
Author
2024-01-25
all: prealloc slice with possible minimum capabilities
Shulhan
2023-11-10
runtime: add execution tracer v2 behind GOEXPERIMENT=exectracer2
Michael Anthony Knyszek
2022-04-11
all: gofmt main repo
Russ Cox
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2018-11-22
cmd/trace: revert internal/traceparser
Hana Kim
2018-10-30
cmd/trace: use new traceparser to parse the raw trace files
Peter Weinberger
2018-06-14
runtime, sycall/js: add support for callbacks from JavaScript
Richard Musiol
2018-04-24
runtime/trace: rename "Span" with "Region"
Hana Kim
2018-04-05
cmd/trace: include taskless spans in /usertasks.
Hana Kim
2018-03-26
internal/trace: compute span stats as computing goroutine stats
Hana Kim
2018-03-21
cmd/trace: remove unused variable in tests
Alberto Donizetti
2018-02-28
cmd/trace: skip tests if parsing fails with timestamp error
Hana Kim
2018-02-28
cmd/trace: fix overlappingDuration
Hana Kim
2018-02-26
cmd/trace: trace error check and more logging in annotations test
Hana Kim
2018-02-21
cmd/trace: present the GC time in the usertask view
Hana Kim
2018-02-20
cmd/trace: task-oriented view includes child tasks
Hana Kim
2018-02-20
cmd/trace: add analyzeAnnotation and /usertasks view.
Hana Kim