#include <iostream>
#include <cassert>
#include <sys/time.h>
#include "timing.hh"
Go to the source code of this file.
Functions | |
void | startTiming (const char *msg) |
void | endTiming (const char *msg) |
void endTiming | ( | const char * | msg | ) |
Definition at line 49 of file timing.cpp.
Referenced by main(), ScalarCompiler::prepare(), and ScalarCompiler::prepare2().
void startTiming | ( | const char * | msg | ) |
Definition at line 46 of file timing.cpp.
Referenced by main(), ScalarCompiler::prepare(), and ScalarCompiler::prepare2().