Class Reference for E1039 Core & Analysis Software
|
high precision timer More...
#include <iostream>
#include <sstream>
#include <unistd.h>
Go to the source code of this file.
Classes | |
class | PHTimer |
high precision timer More... | |
Macros | |
#define | rdtsc(low, high) __asm__ __volatile__("rdtsc" : "=a" (low), "=d" (high)) |