RetroArch
|
Go to the source code of this file.
cpu_features_get:
Gets CPU features.
Returns: bitmask of all CPU features available.
cpu_features_get:
Gets CPU features..
Returns: bitmask of all CPU features available.
unsigned cpu_features_get_core_amount | ( | void | ) |
cpu_features_get_core_amount:
Gets the amount of available CPU cores.
Returns: amount of CPU cores available.
RETRO_BEGIN_DECLS retro_perf_tick_t cpu_features_get_perf_counter | ( | void | ) |
cpu_features_get_perf_counter:
Gets performance counter.
Returns: performance counter.
retro_time_t cpu_features_get_time_usec | ( | void | ) |
cpu_features_get_time_usec:
Gets time in microseconds, from an undefined epoch. The epoch may change between computers or across reboots.
Returns: time in microseconds
cpu_features_get_time_usec:
Gets time in microseconds.
Returns: time in microseconds.