high precision timer, useful to profile code More...
#include <stdlib.h>#include <stdint.h>#include "config.h"#include "x86/timer.h"Go to the source code of this file.
Defines | |
| #define | START_TIMER |
| #define | STOP_TIMER(id) { } |
high precision timer, useful to profile code
Definition in file timer.h.
| #define START_TIMER |
Definition at line 73 of file timer.h.
Referenced by dct_quantize_refine().
| #define STOP_TIMER | ( | id | ) | { } |
Definition at line 74 of file timer.h.
Referenced by dct_quantize_refine().