PaStiX Handbook  6.3.2
simu_timer.h File Reference

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. More...
 
static void timerAdd (SimuTimer *timer, double t)
 Increment the timer. More...
 
static double timerVal (const SimuTimer *timer)
 Get the timer value. More...
 
static void timerSet (SimuTimer *timer, double t)
 Set the timer value. More...
 
static void timerSetMax (SimuTimer *timer, double t)
 Set the timer value if the value is greater than the actual one. More...
 

Detailed Description

PaStiX simulation timer.

Version
6.3.2
Author
Pascal Henon
Mathieu Faverge
Date
2023-07-21

Definition in file simu_timer.h.