summaryrefslogtreecommitdiff
path: root/src/cmd/trace
Commit message (Expand)AuthorAgeFilesLines
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-133-3/+3
* cmd/trace: use fmt.Print for newline-ending fixed stringZvonimir Pavlinovic2021-11-041-1/+1
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-283-3/+0
* cmd/trace: use newTaskDesc to create taskDescLeonard Wang2021-08-171-4/+1
* runtime: move next_gc and last_next_gc into gcControllerStateMichael Anthony Knyszek2021-04-141-1/+1
* all: use HTML5 br tagsJohn Bampton2021-03-131-11/+11
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-203-0/+3
* all: introduce and use internal/execabsRoland Shoemaker2021-01-211-1/+1
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-092-4/+3
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-202-7/+7
* cmd/trace: move viewer data structs into cmd/internal/traceviewerMichael Matloob2020-08-123-81/+54
* cmd/trace: fix the broken link in region pages and improve UXRohith Ravi2020-04-212-12/+59
* cmd/trace: use the focustask mode for user task/region trace viewsHana (Hyang-Ah) Kim2020-04-131-2/+5
* cmd/trace: update to use WebComponents V0 polyfillHana (Hyang-Ah) Kim2020-02-201-11/+28
* runtime: emit trace event in direct semaphore handoffRhys Hiltner2020-01-021-0/+33
* all: simplify code using "gofmt -s -w"Shulhan2019-05-061-1/+1
* all: fix typos as reported by 'misspell'Leon Klingele2019-02-262-8/+8
* all: use "reports whether" consistently instead of "returns whether"Tobias Klauser2018-12-021-1/+1
* cmd/trace: revert internal/traceparserHana Kim2018-11-229-197/+180
* cmd/trace: notes on MMU view improvementsAustin Clements2018-11-051-0/+19
* cmd/trace: display p99.9, p99 and p95 MUTAustin Clements2018-11-051-4/+37
* cmd/trace: expose MMU analysis flags in web UIAustin Clements2018-11-051-14/+119
* internal/trace: add "per-P" MMU analysisAustin Clements2018-11-051-3/+12
* internal/trace: flags for what to include in GC utilizationAustin Clements2018-11-051-1/+1
* cmd/trace: list and link to worst mutator utilization windowsAustin Clements2018-11-053-12/+101
* cmd/trace: add minimum mutator utilization (MMU) plotAustin Clements2018-11-052-0/+161
* all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick2018-11-021-1/+1
* cmd/trace: use new traceparser to parse the raw trace filesPeter Weinberger2018-10-308-177/+194
* all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick2018-09-261-1/+1
* cmd/trace: don't drop sweep slice detailsHana Kim2018-09-171-3/+7
* all: fix typosAlex Kohler2018-08-302-5/+4
* all: fix typos detected by github.com/client9/misspellKazuhiro Sera2018-08-231-0/+1
* runtime, sycall/js: add support for callbacks from JavaScriptRichard Musiol2018-06-143-0/+12
* cmd/trace: fix a few bugs found by staticcheckDaniel Martí2018-05-212-38/+38
* cmd/trace: handle invalid goid para in /traceHana (Hyang-Ah) Kim2018-05-081-4/+8
* cmd/trace: skip links for buckets with 0 countHana (Hyang-Ah) Kim2018-05-081-3/+7
* runtime: replace system goroutine whitelist with symbol testAustin Clements2018-05-071-1/+7
* cmd/trace: use different colors for tasksHana Kim2018-04-291-35/+66
* cmd/trace: have tasks in a separate section (process group)Hana Kim2018-04-261-34/+108
* cmd/trace: distinguish task endTimestamp and lastTimestampHana Kim2018-04-243-17/+89
* runtime/trace: rename "Span" with "Region"Hana Kim2018-04-245-187/+187
* cmd/trace: change span id computation for trace view useHana Kim2018-04-131-3/+8
* cmd/trace: pprof computation for span typesHana Kim2018-04-102-88/+166
* cmd/trace: skip GoroutineInSyscall in case time order errHana Kim2018-04-101-6/+8
* cmd/trace: include taskless spans in /usertasks.Hana Kim2018-04-052-11/+30
* cmd/trace: avoid emitting traceview slice with 0 durationHana Kim2018-04-041-1/+8
* cmd/trace: implement /trace?focustask=<taskid> modeHana Kim2018-04-041-42/+66
* cmd/trace: make span tables prettyHana Kim2018-03-291-29/+131
* cmd/trace: assign a unique span id for slice representationHana Kim2018-03-271-5/+5
* cmd/trace: add /userspans, /userspan pagesHana Kim2018-03-263-12/+240