Class NetworkSummaryEvent.SumAggregation
java.lang.Object
net.minecraft.util.profiling.jfr.event.NetworkSummaryEvent.SumAggregation
- Enclosing class:
- NetworkSummaryEvent
-
Field Summary
Modifier and TypeFieldDescriptionprivate final NetworkSummaryEvent
private final AtomicLong
private final AtomicInteger
private final AtomicLong
private final AtomicInteger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
trackReceivedPacket
(int p_195580_) void
trackSentPacket
(int p_195578_)
-
Field Details
-
sentBytes
-
sentPackets
-
receivedBytes
-
receivedPackets
-
event
-
-
Constructor Details
-
SumAggregation
-
-
Method Details
-
trackSentPacket
public void trackSentPacket(int p_195578_) -
trackReceivedPacket
public void trackReceivedPacket(int p_195580_) -
commitEvent
public void commitEvent()
-