|
FFmpeg
4.0
|
high precision timer, useful to profile code More...
#include "config.h"#include <stdlib.h>#include <stdint.h>#include <inttypes.h>#include "log.h"#include "x86/timer.h"Go to the source code of this file.
Macros | |
| #define | FF_TIMER_UNITS "UNITS" |
| #define | TIMER_REPORT(id, tdiff) |
| #define | START_TIMER |
| #define | STOP_TIMER(id) { } |
high precision timer, useful to profile code
Definition in file timer.h.
| #define TIMER_REPORT | ( | id, | |
| tdiff | |||
| ) |
| #define START_TIMER |
Definition at line 137 of file timer.h.
Referenced by dct_quantize_refine(), and main().
| #define STOP_TIMER | ( | id | ) | { } |
Definition at line 138 of file timer.h.
Referenced by dct_quantize_refine(), and main().
1.8.13