Skip to content

A simple tool to get info about all the memory in your system

License

Notifications You must be signed in to change notification settings

sakshatshinde/memguise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

memguise

A simple tool to get info of all the memory in your system


To run the benchmark for get_multi_process_info_single_t vs get_multi_process_info

pub fn get_multi_process_info(processes: Vec<&str>) -> Vec<Vec<ProcessInfo>> {
    let multi_process_info = processes
        .par_chunks(8) // * chunk size 8 seems to give the best performance, try changing this value

then run

cargo bench

About

A simple tool to get info about all the memory in your system

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages