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

Function BenchmarkDecodingLayerArray

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

Source from the content-addressed store, hash-verified

257}
258
259func BenchmarkDecodingLayerArray(b *testing.B) {
260 benchmarkDecodingLayerContainer(b, gopacket.DecodingLayerArray(nil))
261}
262
263func BenchmarkDecodingLayerMap(b *testing.B) {
264 benchmarkDecodingLayerContainer(b, gopacket.DecodingLayerMap(nil))

Callers

nothing calls this directly

Calls 2

DecodingLayerArrayTypeAlias · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…