summaryrefslogtreecommitdiff
path: root/src/runtime/coverage/apis.go
Commit message (Expand)AuthorAgeFilesLines
* all: remove repeated definite articlescui fliter2023-04-271-1/+1
* runtime/coverage: restrict use of all counter-related APIs to atomic modeThan McIntosh2023-03-011-3/+9
* runtime/coverage: revise/shorten function namesThan McIntosh2022-10-051-37/+37
* runtime/coverage: use atomic access for counter readsThan McIntosh2022-10-041-4/+6
* runtime/coverage: apis to emit counter data under user controlThan McIntosh2022-09-291-0/+176