MCPcopy Create free account
hub / github.com/gonum/plot / BenchmarkComplexContour0

Function BenchmarkComplexContour0

plotter/contour_test.go:112–112  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

110func unity(f float64) vg.Length { return vg.Length(f) }
111
112func BenchmarkComplexContour0(b *testing.B) { complexContourBench(0, b) }
113func BenchmarkComplexContour1(b *testing.B) { complexContourBench(1, b) }
114func BenchmarkComplexContour2(b *testing.B) { complexContourBench(2, b) }
115func BenchmarkComplexContour4(b *testing.B) { complexContourBench(4, b) }

Callers

nothing calls this directly

Calls 1

complexContourBenchFunction · 0.85

Tested by

no test coverage detected