timer.h File Reference

high precision timer, useful to profile code More...

#include <stdlib.h>
#include <stdint.h>
#include <inttypes.h>
#include "config.h"
Include dependency graph for timer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define START_TIMER
 
#define STOP_TIMER(id)   { }
 

Detailed Description

high precision timer, useful to profile code

Definition in file timer.h.

Macro Definition Documentation