Created
June 7, 2016 08:31
-
-
Save byung-u/13a0c94b70bf1ff4df28a7e8643d2f7c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
proc_stat_list[proc_list_idx].mem_percent = | |
(double)(proc_stat_list[proc_list_idx].proc_rss * 100.0) / total_mem; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment