Skip to content
/ CPUInfo Public

MATLAB utility for returning information about your processor and memory.

License

Notifications You must be signed in to change notification settings

BJTor/CPUInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

CPUInfo

MATLAB utility for returning information about your processor and memory.

Open in MATLAB Online View CPU Info on File Exchange

This function reads various bits of information about the CPU and operating system, including:

  • CPU name
  • CPU clock speed
  • CPU Cache size (L2, in bytes)
  • Total system memory (in bytes)
  • Number of CPU sockets
  • Number of physical CPU cores
  • Operating system name & version

These are provided by /proc/cpu (Unix), sysctl and sw_vers (Mac) or WMIC (Windows).

Requires MATLAB R2016b or above.

About

MATLAB utility for returning information about your processor and memory.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages