Skip to content
forked from BJTor/CPUInfo

MATLAB utility for returning information about your processor and memory.

License

Notifications You must be signed in to change notification settings

seddins/CPUInfo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

CPUInfo

MATLAB utility for returning information about your processor and memory.

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 (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

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 100.0%