summaryrefslogtreecommitdiff
path: root/src/cmd/trace/annotations_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: gofmt main repoRuss Cox2022-04-111-3/+3
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-2/+2
* cmd/trace: revert internal/traceparserHana Kim2018-11-221-6/+8
* cmd/trace: use new traceparser to parse the raw trace filesPeter Weinberger2018-10-301-8/+6
* runtime, sycall/js: add support for callbacks from JavaScriptRichard Musiol2018-06-141-0/+6
* runtime/trace: rename "Span" with "Region"Hana Kim2018-04-241-55/+55
* cmd/trace: include taskless spans in /usertasks.Hana Kim2018-04-051-3/+21
* internal/trace: compute span stats as computing goroutine statsHana Kim2018-03-261-2/+7
* cmd/trace: remove unused variable in testsAlberto Donizetti2018-03-211-3/+1
* cmd/trace: skip tests if parsing fails with timestamp errorHana Kim2018-02-281-11/+20
* cmd/trace: fix overlappingDurationHana Kim2018-02-281-4/+35
* cmd/trace: trace error check and more logging in annotations testHana Kim2018-02-261-4/+18
* cmd/trace: present the GC time in the usertask viewHana Kim2018-02-211-1/+74
* cmd/trace: task-oriented view includes child tasksHana Kim2018-02-201-1/+89
* cmd/trace: add analyzeAnnotation and /usertasks view.Hana Kim2018-02-201-0/+150