The Gaudi Framework
master (37c0b60a)
|
#include "ProcessDescriptor.h"
#include <GaudiKernel/Timing.h>
#include <climits>
#include <ctime>
#include <sys/time.h>
#include <sys/times.h>
#include <unistd.h>
#include <iostream>
Go to the source code of this file.
Namespaces | |
System | |
Note: OS specific details for environment resolution. | |
Macros | |
#define | GAUDIKERNEL_TIMING_CPP |
Functions | |
GAUDI_API ProcessTime | System::getProcessTime (long pid=-1) |
Retrieve the process time data for a process. More... | |
#define GAUDIKERNEL_TIMING_CPP |
Definition at line 24 of file Timing.cpp.