Home
last modified time | relevance | path

Searched refs:packetCount (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/GuestProfiling/ProtoBuf/
DPerfettoTraceWriter.cs139 public void RemoveLastNPackets(int packetCount) in RemoveLastNPackets() argument
141 trace.Packets.RemoveRange(trace.Packets.Count - packetCount, packetCount); in RemoveLastNPackets()