aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/trace/trace.go
AgeCommit message (Expand)Author
2021-04-14runtime: move next_gc and last_next_gc into gcControllerStateMichael Anthony Knyszek
2020-08-12cmd/trace: move viewer data structs into cmd/internal/traceviewerMichael Matloob
2020-02-20cmd/trace: update to use WebComponents V0 polyfillHana (Hyang-Ah) Kim
2018-11-22cmd/trace: revert internal/traceparserHana Kim
2018-11-05cmd/trace: list and link to worst mutator utilization windowsAustin Clements
2018-10-30cmd/trace: use new traceparser to parse the raw trace filesPeter Weinberger
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-09-17cmd/trace: don't drop sweep slice detailsHana Kim
2018-08-30all: fix typosAlex Kohler
2018-05-21cmd/trace: fix a few bugs found by staticcheckDaniel Martí
2018-05-08cmd/trace: handle invalid goid para in /traceHana (Hyang-Ah) Kim
2018-05-07runtime: replace system goroutine whitelist with symbol testAustin Clements
2018-04-29cmd/trace: use different colors for tasksHana Kim
2018-04-26cmd/trace: have tasks in a separate section (process group)Hana Kim
2018-04-24cmd/trace: distinguish task endTimestamp and lastTimestampHana Kim
2018-04-24runtime/trace: rename "Span" with "Region"Hana Kim
2018-04-13cmd/trace: change span id computation for trace view useHana Kim
2018-04-04cmd/trace: avoid emitting traceview slice with 0 durationHana Kim
2018-04-04cmd/trace: implement /trace?focustask=<taskid> modeHana Kim
2018-03-27cmd/trace: assign a unique span id for slice representationHana Kim
2018-03-26cmd/trace: add /userspans, /userspan pagesHana Kim
2018-03-26internal/trace: compute span stats as computing goroutine statsHana Kim
2018-03-09cmd/trace: set cname for span slicesHana Kim
2018-03-09cmd/trace: remove unrelated arrows in task-oriented traceviewHana Kim
2018-03-07cmd/trace: force GC occassionallyHana Kim
2018-03-07cmd/trace: generate jsontrace data in a streaming fashionHana Kim
2018-02-21cmd/trace: add memory usage reportingHana Kim
2018-02-21cmd/trace: include P info in goroutine slicesHana Kim
2018-02-21cmd/trace: add user log event in the task-oriented trace viewHana Kim
2018-02-21cmd/trace: present the GC time in the usertask viewHana Kim
2018-02-20cmd/trace: task-oriented view includes child tasksHana Kim
2018-02-20cmd/trace: extend trace view (/trace) for task-oriented viewHana Kim
2018-02-20cmd/trace: add analyzeAnnotation and /usertasks view.Hana Kim
2018-02-20cmd/trace: encode selection in trace URLAustin Clements
2017-12-20cmd/trace: init goroutine info entries with GoCreate eventHana Kim
2017-12-01cmd/trace: exclude threads in syscall on behalf of runtimeHana Kim
2017-11-16cmd/internal/obj, cmd/trace: restore bounds checks dropped in CL 56950Russ Cox
2017-10-20cmd/trace: fix a javascript bug in handling import errorHana Kim
2017-08-29runtime,cmd/trace: trace GC STW eventsAustin Clements
2017-08-25misc/trace: update trace-viewerHana Kim
2017-08-18cmd/*: remove negative uint checksDaniel Martí
2017-08-11cmd/trace: don't shift trace slices to 0Austin Clements
2017-08-11cmd/trace: update HTML; expand viewer to whole windowAustin Clements
2017-04-19cmd/trace: show swept and reclaimed bytesAustin Clements
2017-03-02cmd/trace: traces may end with pending mark assistsHeschi Kreinick
2017-02-10cmd/trace: Record mark assists in execution tracesHeschi Kreinick
2016-11-18cmd/trace: fix goroutine viewAustin Clements
2016-10-28runtime, cmd/trace: track goroutines blocked on GC assistsAustin Clements
2016-10-28cmd/trace: track each G's state explicitlyAustin Clements
2016-10-28runtime, cmd/trace: annotate different mark worker typesAustin Clements