aboutsummaryrefslogtreecommitdiff
path: root/src/internal/profile
AgeCommit message (Expand)Author
2026-02-03all: prealloc slice with possible minimum capabilitiesShulhan
2025-11-03internal/profile: optimize Parse allocsMaxim Merzhanov
2025-04-18internal,runtime: use the builtin clearapocelipes
2024-07-25go,internal,io,mime: use slices and maps to clean testsapocelipes
2024-02-08internal/pprof: remove unused codeqiulaidongfeng
2024-02-05cmd/compile: delete unused code and fix typo in commentJun10ng
2024-01-31internal/profile: remove legacy profile supportMichael Pratt
2024-01-31cmd/preprofile: Implement a tool to preprocess the PGO profile.Jin Lin
2024-01-22Revert "cmd/preprofile: Add preprocess tool to pre-parse the profile file."Michael Pratt
2024-01-22cmd/preprofile: Add preprocess tool to pre-parse the profile file.Jin Lin
2023-12-07internal/profile: fully decode proto even if there are no samplesMichael Pratt
2023-10-26internal/profile: actually return errors in postDecodeDaniel Martí
2023-01-20internal/profile: use internal/lazyregexp for the legacy parserDaniel Martí
2022-11-18all: add missing periods in commentscui fliter
2022-11-17internal/profile: remove unused encodeStringOptTobias Klauser
2022-11-09all: add missing copyright headercui fliter
2022-10-28cmd/compile: Enables PGO in Go and performs profile-guided inliningRaj Barik
2022-09-30internal: fix a few function names on commentscui fliter
2022-09-30internal/profile: omit comparison tool bool constantcuiweixie
2022-08-23runtime/pprof: remove round-to-file-start adjustmentKeith Randall
2022-08-11internal/pprof/profile: simplify variable useAbirdcfly
2022-04-11all: gofmt main repoRuss Cox
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-04-17net/http/pprof: support the "seconds" param for block, mutex profilesHana Kim