FFmpeg  3.3.8
Macros
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 "log.h"

Go to the source code of this file.

Macros

#define FF_TIMER_UNITS   "UNITS"
 
#define START_TIMER
 
#define STOP_TIMER(id)   { }
 

Detailed Description

high precision timer, useful to profile code

Definition in file timer.h.

Macro Definition Documentation

◆ FF_TIMER_UNITS

#define FF_TIMER_UNITS   "UNITS"

Definition at line 60 of file timer.h.

◆ START_TIMER

#define START_TIMER

Definition at line 94 of file timer.h.

Referenced by dct_quantize_refine(), and main().

◆ STOP_TIMER

#define STOP_TIMER (   id)    { }

Definition at line 95 of file timer.h.

Referenced by dct_quantize_refine(), and main().