FFmpeg
|
#include "config.h"
#include <stdlib.h>
#include <stdint.h>
#include <inttypes.h>
#include "common.h"
#include "log.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 | |||
) |