summaryrefslogtreecommitdiff
path: root/src/internal/profile
Commit message (Expand)AuthorAgeFilesLines
* internal/profile: use internal/lazyregexp for the legacy parserDaniel Martí2023-01-202-15/+15
* all: add missing periods in commentscui fliter2022-11-181-1/+1
* internal/profile: remove unused encodeStringOptTobias Klauser2022-11-171-7/+0
* all: add missing copyright headercui fliter2022-11-091-0/+4
* cmd/compile: Enables PGO in Go and performs profile-guided inliningRaj Barik2022-10-281-5/+11
* internal: fix a few function names on commentscui fliter2022-09-301-1/+1
* internal/profile: omit comparison tool bool constantcuiweixie2022-09-301-1/+1
* runtime/pprof: remove round-to-file-start adjustmentKeith Randall2022-08-231-8/+0
* internal/pprof/profile: simplify variable useAbirdcfly2022-08-111-1/+1
* all: gofmt main repoRuss Cox2022-04-111-13/+17
* all: use bytes.Cut, strings.CutRuss Cox2021-10-061-5/+5
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-3/+2
* net/http/pprof: support the "seconds" param for block, mutex profilesHana Kim2020-04-179-0/+3587