NetworkSim.simulation.tools.performance_analysis.get_overall_throughput

NetworkSim.simulation.tools.performance_analysis.get_overall_throughput(simulator)[source]

Function to compute the overall mean throughput of a simulation.

Parameters

simulator (BaseSimulator) – The simulator used.

Returns

mean_throughput – The mean throughput.

Return type

float