MCPcopy
hub / github.com/google/gopacket / BenchmarkDecodePacketDot11DataQOSData

Function BenchmarkDecodePacketDot11DataQOSData

layers/dot11_test.go:212–216  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

210 }
211}
212func BenchmarkDecodePacketDot11DataQOSData(b *testing.B) {
213 for i := 0; i < b.N; i++ {
214 gopacket.NewPacket(testPacketDot11DataQOSData, LinkTypeIEEE80211Radio, gopacket.NoCopy)
215 }
216}
217
218// testPacketDot11MgmtAction is the packet:
219// 15:54:43.236460 1.0 Mb/s 2412 MHz 11b -67dB signal antenna 5 Action (8e:3a:e3:44:ac:c6): Spectrum Management Act#4

Callers

nothing calls this directly

Calls 1

NewPacketFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…