pub type retro_perf_log_t = Option<unsafe extern "C" fn()>;Expand description
Asks frontend to log and/or display the state of performance counters. Performance counters can always be poked into manually as well.
Aliased Type§
pub enum retro_perf_log_t {
None,
Some(unsafe extern "C" fn()),
}