ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/gclib/gclib/proc_mem.h
Revision: 18
Committed: Mon Jul 18 21:00:21 2011 UTC (13 years, 1 month ago) by gpertea
File size: 209 byte(s)
Log Message:
added a few more source files, test code

Line File contents
1 #ifndef PROC_MEM_H
2 #define PROC_MEM_H
3 // a Linux-specific way to report the memory usage of the current process
4 void process_mem_usage(double& vm_usage, double& resident_set);
5
6 void print_mem_usage();
7
8 #endif