math.Log10
standard libraryThe 8373rd most-called standard-library function by production calls. Called 93 times across 51 modules; 71 of those run outside tests and generated code.
- prod calls
- 71
- non-test, non-generated
- all calls
- 93
- total callsites
- modules
- 51
- distinct callers
- in loop
- 4%
- of prod calls
- in tests
- 24%
- 22 calls
- resolved
- 100%
- to a known target
resolution mix
How each call resolves
How each call was attributed. Only resolved kinds, where the target function is known, count toward the ranking. Interface dispatch and unresolved receivers are reported separately and never guessed. Read the taxonomy →
- Package function100%A direct call to an exported package function, resolved by type.
who calls this
Notable callers
Production calls into Log10 from notable Go projects. Open one on the map to see what else it hammers.
- InfluxDB 7 10%
- CockroachDB 4 6%
- Grafana 3 4%
- VictoriaMetrics 3 4%
- Cilium 1 1%
where it's called
Callsites in the wild
12 representative callsites of 93, prioritizing in-loop and non-test usage. We link to source, never display it.
-
cockroachdb/cockroach @v19.2.12+incompatible
in loop - in loop
-
v1/plot @v0.17.0
labelling.go:113
in loop -
v1/gonum @v0.17.0
graph/network/hits_test.go:58
in loop test -
v1/gonum @v0.17.0
graph/network/page_test.go:96
in loop test -
v1/gonum @v0.17.0
graph/network/page_test.go:120
in loop test -
v1/gonum @v0.17.0
graph/network/diffusion_test.go:167
in loop test -
v1/gonum @v0.17.0
graph/network/betweenness_test.go:191
in loop test -
v1/gonum @v0.17.0
graph/network/page_test.go:206
in loop test -
v1/gonum @v0.17.0
graph/network/betweenness_test.go:220
in loop test -
v1/gonum @v0.17.0
graph/network/page_test.go:237
in loop test -
v1/gonum @v0.17.0
graph/network/betweenness_test.go:259
in loop test
top callers
The modules that reach for it
The modules that call Log10 most in this snapshot.
- gonum.org/v1/gonum1415%
- github.com/influxdata/influxdb1112%
- gonum.org/v1/plot55%
- github.com/cockroachdb/cockroach33%
- github.com/xuri/excelize/v233%
siblings
More from math
The other most-called functions in this package. See all →