[][src]Module fermium::cpuinfo

Get some useful info about the current CPU.

Re-exports

pub use crate::stdinc::*;

Functions

SDL_GetCPUCacheLineSize

This function returns the L1 cache line size of the CPU.

SDL_GetCPUCount

This function returns the number of CPU cores available.

SDL_GetSystemRAM

This function returns the amount of RAM configured in the system, in MB.

Type Definitions

c_int