mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
Currently in PGO we use a percentage threshold to determine if a callsite is hot. This CL uses a different method -- treating the hottest callsites that make up cumulatively top X% of total edge weights as hot (X=95 for now). This default might work better for a wider range of profiles. (The absolute threshold can still be changed by a flag.) For #55022. Change-Id: I7e3b6f0c3cf23f9a89dd5994c10075b498bf14ee Reviewed-on: https://go-review.googlesource.com/c/go/+/447016 TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Cherry Mui <cherryyz@google.com> Reviewed-by: Michael Pratt <mpratt@google.com> |
||
|---|---|---|
| .. | ||
| base.go | ||
| bootstrap_false.go | ||
| bootstrap_true.go | ||
| debug.go | ||
| flag.go | ||
| hashdebug.go | ||
| hashdebug_test.go | ||
| link.go | ||
| mapfile_mmap.go | ||
| mapfile_read.go | ||
| print.go | ||
| timings.go | ||