MCPcopy Index your code
hub / github.com/google/gopacket / BenchmarkDecodingLayerSparse

Function BenchmarkDecodingLayerSparse

layers/decode_test.go:267–269  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

265}
266
267func BenchmarkDecodingLayerSparse(b *testing.B) {
268 benchmarkDecodingLayerContainer(b, gopacket.DecodingLayerSparse(nil))
269}
270
271func BenchmarkAlloc(b *testing.B) {
272 for i := 0; i < b.N; i++ {

Callers

nothing calls this directly

Calls 2

DecodingLayerSparseTypeAlias · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…