|
FAUST compiler
0.9.9.6b8
|
#include <iostream>#include <cassert>#include <sys/time.h>#include "compatibility.hh"#include "timing.hh"
Go to the source code of this file.
Functions | |
| double | mysecond () |
| static void | tab (int n, ostream &fout) |
| void | startTiming (const char *msg) |
| void | endTiming (const char *msg) |
Variables | |
| bool | gTimingSwitch |
| int | lIndex =0 |
| double | lStartTime [1024] |
| double | lEndTime [1024] |
| void endTiming | ( | const char * | msg | ) |
Definition at line 43 of file timing.cpp.
References gTimingSwitch, lEndTime, lIndex, lStartTime, mysecond(), and tab().
Referenced by main(), ScalarCompiler::prepare(), and ScalarCompiler::prepare2().


| double mysecond | ( | ) |
Definition at line 14 of file timing.cpp.
Referenced by endTiming(), and startTiming().

| void startTiming | ( | const char * | msg | ) |
Definition at line 34 of file timing.cpp.
References gTimingSwitch, lIndex, lStartTime, mysecond(), and tab().
Referenced by main(), ScalarCompiler::prepare(), and ScalarCompiler::prepare2().


|
static |
Definition at line 28 of file timing.cpp.
Referenced by endTiming(), and startTiming().

| bool gTimingSwitch |
Definition at line 115 of file main.cpp.
Referenced by endTiming(), process_cmdline(), and startTiming().
| double lEndTime[1024] |
Definition at line 26 of file timing.cpp.
Referenced by endTiming().
| int lIndex =0 |
Definition at line 24 of file timing.cpp.
Referenced by endTiming(), and startTiming().
| double lStartTime[1024] |
Definition at line 25 of file timing.cpp.
Referenced by endTiming(), and startTiming().
1.8.7