Analysis Software
Documentation for sPHENIX simulation software
|
high precision timer More...
#include <unistd.h>
#include <exception>
#include <iostream>
#include <string>
#include <sstream>
Go to the source code of this file.
Classes | |
class | PHTimer |
class | PHTimer::Frequency |
internal frequency read from cpu information file More... | |
struct | PHTimer::time_struct |
used to store high precision time using two integers More... | |
Macros | |
#define | rdtsc(low, high) |
high precision timer
Definition in file PHTimer.h.
#define rdtsc | ( | low, | |
high | |||
) |
Definition at line 18 of file PHTimer.h.
View newest version in sPHENIX GitHub at line 18 of file PHTimer.h
Referenced by PHTimer::get_clock_counts().