Function rust_libretro::environment::get_perf_interface
source · [−]pub unsafe fn get_perf_interface(
callback: retro_environment_t
) -> Option<retro_perf_callback>Expand description
Gets an interface for performance counters. This is useful for performance logging in a cross-platform way and for detecting architecture-specific features, such as SIMD support.
