#include <sys/time.h>
#include <sys/resource.h>
#include <string>
#include <sstream>
#include <iomanip>
#include <iostream>
Go to the source code of this file.
|
| void | addTimeval (struct timeval &ATimeval, const struct timeval &ATimeval2) |
| |
| void | substractTimeval (struct timeval &ATimeval, const struct timeval &ATimeval2) |
| |
Type permettant de fixer le mode de chronométrage: REEL_MODE : mode temps réel (temps réel écoulé), PUS_MODE : mode processus (temps consommé par le processus), REEL_AND_PUS_MODE : les 2 à la fois.
- Enumerator:
| REEL_MODE |
|
| PUS_MODE |
|
| REEL_AND_PUS_MODE |
|
Definition at line 51 of file chrono.hh.
| void addTimeval |
( |
struct timeval & |
ATimeval, |
|
|
const struct timeval & |
ATimeval2 |
|
) |
| |
|
inline |
| void substractTimeval |
( |
struct timeval & |
ATimeval, |
|
|
const struct timeval & |
ATimeval2 |
|
) |
| |
|
inline |