rmonitor_poll.h

00001 /*
00002 Copyright (C) 2013- 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 RMONITOR_POLL_H
00008 #define RMONITOR_POLL_H
00009 
00010 #include "rmsummary.h"
00011 
00012 struct rmsummary *rmonitor_measure_process(pid_t pid);
00013 int rmonitor_measure_process_update_to_peak(struct rmsummary *tr, pid_t pid);
00014 struct rmsummary *rmonitor_measure_host(char *);
00015 
00016 #endif

Generated on 3 Nov 2016 for cctools by  doxygen 1.6.1