ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <unistd.h>
#include <sys/times.h>
#include "G4Types.hh"
#include "G4ios.hh"
#include <chrono>
#include "G4Timer.icc"
Go to the source code of this file.
Classes | |
class | G4Timer |
Functions | |
std::ostream & | operator<< (std::ostream &os, const G4Timer &t) |
std::ostream& operator<< | ( | std::ostream & | os, |
const G4Timer & | t | ||
) |
Definition at line 91 of file G4Timer.cc.
View newest version in sPHENIX GitHub at line 91 of file G4Timer.cc
References G4Timer::GetRealElapsed(), G4Timer::GetSystemElapsed(), G4Timer::GetUserElapsed(), and G4Timer::IsValid().