EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Stopwatch.h File Reference
#include <sys/time.h>
#include <sys/times.h>
#include <unistd.h>
+ Include dependency graph for Stopwatch.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Stopwatch
 

Macros

#define R__UNIX
 

Variables

static double gTicks = 0
 

Macro Definition Documentation

#define R__UNIX

Definition at line 60 of file Stopwatch.h.

View newest version in sPHENIX GitHub at line 60 of file Stopwatch.h

Variable Documentation

double gTicks = 0
static

Definition at line 67 of file Stopwatch.h.

View newest version in sPHENIX GitHub at line 67 of file Stopwatch.h

Referenced by Stopwatch::GetCPUTime(), and Stopwatch::Stopwatch().