export Statistics
fun exportStatistics(session: SessionData, triggers: List<TriggerEvent> = session.triggerEvents(), flags: GenericFlags = session.globalConfiguration().flags): SessionStatistics
Calculates all statistics for the session.
If low memory is enabled, skip the generation of meter/resource statistics because those temporarily store the events in memory.