map
See what your dependencies call most
Every dot is a function, placed by how often it’s called in production and how much of that runs inside a loop. Put on a project lens, say Kubernetes, and the map redraws to what that codebase calls, with its own loop shares. Search, filter, click through to any function.
Project lens
X-axis
Package
Origin
View
Drag a box on the chart to zoom; double-click to reset. Or use the zoom controls. Volume = production calls.
Show the 38 plotted functions as a list
- fmt.Errorf8,402 · 18%
- fmt.Sprintf7,511 · 11%
- errors.New5,590 · 31%
- strings.Contains3,711 · 27%
- strings.TrimSpace3,393 · 35%
- strings.Split2,984 · 25%
- context.WithValue2,660 · 17%
- strings.HasPrefix2,526 · 33%
- strings.Builder.WriteString2,231 · 30%
- fmt.Fprintf2,112 · 18%
- strconv.Itoa1,895 · 12%
- bytes.Buffer.WriteString1,785 · 19%
- github.com/sirupsen/logrus.WithField1,669 · 22%
- sync.Mutex.Lock1,486 · 34%
- encoding/json.Marshal1,470 · 12%
- reflect.TypeOf1,312 · 24%
- regexp.MustCompile1,311 · 5%
- strconv.ParseInt1,137 · 12%
- sort.Slice1,115 · 20%
- time.Now1,085 · 6%
- io.Writer.Write1,039 · 15%
- io.Reader.Read1,024 · 18%
- regexp.Regexp.MatchString1,010 · 36%
- error.Error902 · 9%
- sync.WaitGroup.Add869 · 26%
- net/http.NewRequest809 · 6%
- encoding/json.Unmarshal804 · 18%
- k8s.io/apimachinery/pkg/util/sets.New799 · 36%
- path/filepath.Join767 · 14%
- fmt.Stringer.String704 · 17%
- github.com/spf13/cobra.Command.Flags652 · 13%
- google.golang.org/protobuf/proto.Marshal642 · 19%
- context.Context.Done628 · 25%
- os.Getenv580 · 24%
- bufio.Scanner.Scan561 · 65%
- strings.Join522 · 30%
- sort.Interface.Less402 · 47%
- gopkg.in/yaml.v2.Unmarshal300 · 10%
Colour is heat, how many of a function’s production calls land inside loops. The ringed, labelled functions run both hot and often, which is where a profiler is most likely to agree. Static counts aren’t runtime cost. Snapshot 2026-07-sample.