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.go
Age
Commit message (
Expand
)
Author
2024-05-17
cmd/trace: collapse v2 directory into trace
Carlos Amedee
2023-11-21
cmd/trace: factor out durationHistogram
Michael Anthony Knyszek
2023-05-19
runtime: emit STW events for all pauses, not just those for the GC
Michael Anthony Knyszek
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
2021-08-17
cmd/trace: use newTaskDesc to create taskDesc
Leonard Wang
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
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-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-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: skip links for buckets with 0 count
Hana (Hyang-Ah) Kim
2018-04-24
cmd/trace: distinguish task endTimestamp and lastTimestamp
Hana Kim
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-29
cmd/trace: make span tables pretty
Hana Kim
2018-03-26
cmd/trace: add /userspans, /userspan pages
Hana Kim
2018-03-26
internal/trace: compute span stats as computing goroutine stats
Hana Kim
2018-03-15
cmd/trace: filter tasks by log text
Heschi Kreinick
2018-03-09
cmd/trace: remove unrelated arrows in task-oriented traceview
Hana Kim
2018-03-05
internal/trace: remove backlinks from span/task end to start
Hana Kim
2018-03-02
internal/trace: Revert "remove backlinks from span/task end to start"
Hana Kim
2018-03-02
internal/trace: remove backlinks from span/task end to start
Hana Kim
2018-02-28
cmd/trace: fix overlappingDuration
Hana Kim
2018-02-21
cmd/trace: add user log event in the task-oriented trace view
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: extend trace view (/trace) for task-oriented view
Hana Kim
2018-02-20
cmd/trace: add analyzeAnnotation and /usertasks view.
Hana Kim