|
Gaudi Framework, version v25r2 |
| Home | Generated: Wed Jun 4 2014 |
#include <errno.h>#include <string>#include "unistd.h"#include "libgen.h"#include <cstdio>#include <sstream>#include <iostream>#include <fcntl.h>#include "sys/times.h"#include <sys/types.h>#include <sys/signal.h>#include <sys/syscall.h>#include <sys/procfs.h>#include <sys/time.h>#include <sys/resource.h>#include "ProcessDescriptor.h"#include "GaudiKernel/ModuleInfo.h"#include "GaudiKernel/System.h"
Go to the source code of this file.
Classes | |
| struct | linux_proc |
Namespaces | |
| namespace | System |
| Note: OS specific details for environment resolution. | |
Macros | |
| #define | GAUDIKERNEL_PROCSTAT_CPP |
| #define | WINVER 0 |
| #define | s_myPid (::getpid()) |
Functions | |
| void | readProcStat (long pid, linux_proc &pinfo) |
| static long | processID (long pid) |
Variables | |
| static const long | TICK_TO_100NSEC = 100000 |
| static long | pg_size = sysconf(_SC_PAGESIZE) |
| #define GAUDIKERNEL_PROCSTAT_CPP |
Definition at line 15 of file ProcessDescriptor.cpp.
| #define s_myPid (::getpid()) |
Definition at line 373 of file ProcessDescriptor.cpp.
| #define WINVER 0 |
Definition at line 72 of file ProcessDescriptor.cpp.
|
inlinestatic |
Definition at line 374 of file ProcessDescriptor.cpp.
| void readProcStat | ( | long | pid, |
| linux_proc & | pinfo | ||
| ) |
Definition at line 303 of file ProcessDescriptor.cpp.
|
static |
Definition at line 301 of file ProcessDescriptor.cpp.
|
static |
Definition at line 17 of file ProcessDescriptor.cpp.