|
PaStiX Handbook 6.4.0
|
Go to the source code of this file.
Data Structures | |
| struct | simu_timer_s |
| Timer for the simulation. More... | |
Typedefs | |
| typedef struct simu_timer_s | SimuTimer |
| Timer for the simulation. | |
Functions | |
| static int | timerComp (const SimuTimer *t1, const SimuTimer *t2) |
| Compare two timings. | |
| static void | timerAdd (SimuTimer *timer, double t) |
| Increment the timer. | |
| static double | timerVal (const SimuTimer *timer) |
| Get the timer value. | |
| static void | timerSet (SimuTimer *timer, double t) |
| Set the timer value. | |
| static void | timerSetMax (SimuTimer *timer, double t) |
| Set the timer value if the value is greater than the actual one. | |
PaStiX simulation timer.
Definition in file simu_timer.h.