ecs_system_stats_get

Function ecs_system_stats_get 

Source
pub unsafe extern "C" fn ecs_system_stats_get(
    world: *const ecs_world_t,
    system: u64,
    stats: *mut ecs_system_stats_t,
) -> bool
Expand description

Get system statistics. Obtain statistics for the provided system.

@param world The world. @param system The system. @param stats Out parameter for statistics. @return true if success, false if not a system.