PaStiX Handbook 6.4.0
Loading...
Searching...
No Matches
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.
 
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.
 

Detailed Description

PaStiX simulation timer.

Version
6.4.0
Author
Pascal Henon
Mathieu Faverge
Date
2024-07-05

Definition in file simu_timer.h.