load_average.h

Go to the documentation of this file.
00001 /*
00002 Copyright (C) 2008- The University of Notre Dame
00003 This software is distributed under the GNU General Public License.
00004 See the file COPYING for details.
00005 */
00006 
00007 #ifndef LOAD_AVERAGE_H
00008 #define LOAD_AVERAGE_H
00009 
00017 void load_average_get(double *avg);
00018 
00024 int load_average_get_cpus();
00025 
00026 #endif