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

Function BenchmarkComplexContour16

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

Source from the content-addressed store, hash-verified

115func BenchmarkComplexContour4(b *testing.B) { complexContourBench(4, b) }
116func BenchmarkComplexContour8(b *testing.B) { complexContourBench(8, b) }
117func BenchmarkComplexContour16(b *testing.B) { complexContourBench(16, b) }
118func BenchmarkComplexContour32(b *testing.B) { complexContourBench(32, b) }
119
120var cp map[float64][]vg.Path

Callers

nothing calls this directly

Calls 1

complexContourBenchFunction · 0.85

Tested by

no test coverage detected