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
/
internal
/
profile
Age
Commit message (
Expand
)
Author
2026-02-03
all: prealloc slice with possible minimum capabilities
Shulhan
2025-11-03
internal/profile: optimize Parse allocs
Maxim Merzhanov
2025-04-18
internal,runtime: use the builtin clear
apocelipes
2024-07-25
go,internal,io,mime: use slices and maps to clean tests
apocelipes
2024-02-08
internal/pprof: remove unused code
qiulaidongfeng
2024-02-05
cmd/compile: delete unused code and fix typo in comment
Jun10ng
2024-01-31
internal/profile: remove legacy profile support
Michael Pratt
2024-01-31
cmd/preprofile: Implement a tool to preprocess the PGO profile.
Jin Lin
2024-01-22
Revert "cmd/preprofile: Add preprocess tool to pre-parse the profile file."
Michael Pratt
2024-01-22
cmd/preprofile: Add preprocess tool to pre-parse the profile file.
Jin Lin
2023-12-07
internal/profile: fully decode proto even if there are no samples
Michael Pratt
2023-10-26
internal/profile: actually return errors in postDecode
Daniel MartÃ
2023-01-20
internal/profile: use internal/lazyregexp for the legacy parser
Daniel MartÃ
2022-11-18
all: add missing periods in comments
cui fliter
2022-11-17
internal/profile: remove unused encodeStringOpt
Tobias Klauser
2022-11-09
all: add missing copyright header
cui fliter
2022-10-28
cmd/compile: Enables PGO in Go and performs profile-guided inlining
Raj Barik
2022-09-30
internal: fix a few function names on comments
cui fliter
2022-09-30
internal/profile: omit comparison tool bool constant
cuiweixie
2022-08-23
runtime/pprof: remove round-to-file-start adjustment
Keith Randall
2022-08-11
internal/pprof/profile: simplify variable use
Abirdcfly
2022-04-11
all: gofmt main repo
Russ Cox
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-04-17
net/http/pprof: support the "seconds" param for block, mutex profiles
Hana Kim