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
/
runtime
/
trace
/
trace_test.go
Age
Commit message (
Expand
)
Author
2023-02-08
runtime: correct typos
Oleksandr Redko
2022-06-21
runtime/trace: ignore fallback stacks in test
Rhys Hiltner
2022-05-05
runtime: prefer curg for execution trace profile
Rhys Hiltner
2022-05-03
runtime: add CPU samples to execution trace
Rhys Hiltner
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2019-05-22
all: shorten some tests
Russ Cox
2019-04-18
runtime/trace: also treat plan9 as a low memory system
Brad Fitzpatrick
2018-06-01
os: add js/wasm architecture
Richard Musiol
2018-04-24
runtime/trace: add simple benchmarks for user annotation
Hana Kim
2017-12-20
cmd/trace: init goroutine info entries with GoCreate event
Hana Kim
2017-10-31
runtime/trace: fix corrupted trace during StartTrace
Hana (Hyang-Ah) Kim
2016-11-15
all: don't call t.Fatal from a goroutine
Ian Lance Taylor
2016-10-28
runtime/trace, internal/trace: script to collect canned traces
Austin Clements
2016-04-24
runtime/trace: test detection of broken timestamps
Dmitry Vyukov
2016-04-11
internal/trace: support parsing of 1.5 traces
Dmitry Vyukov
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2015-10-01
runtime/trace: reduce memory usage for trace stress tests on openbsd/arm
Joel Sing
2015-07-29
runtime/trace: remove existing Skips
Russ Cox
2015-07-29
runtime/trace: record event sequence numbers explicitly
Russ Cox
2015-07-22
runtime/trace: add new package
Dmitry Vyukov