Bandwidth Profiler
The Bandwidth profiler allows you to do:
Real-time Analysis: Visualize sent and received data with a live traffic graph.
Detailed Breakdown: Inspect every RPC, see its parameters, and instantly highlight the source
GameObject
in the hierarchy.Save & Load Sessions: Debug builds by saving profiler data to a file and loading it back in the editor for analysis.
Accessing the profiler through Tools/PurrNet/Analysis/Bandwidth Profiler


The profile also tries when possible to keep references to the sender/receiver so that you know exactly which components are sending the data.

It also allows you to save the data at runtime to a file to allow inspecting and analyzing it post play sessions.


Last updated