FFmpeg  2.8.17
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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

#define FF_TIMER_UNITS   "UNITS"

Definition at line 58 of file timer.h.

#define START_TIMER

Definition at line 92 of file timer.h.

Referenced by dct_quantize_refine().

#define STOP_TIMER (   id)    { }

Definition at line 93 of file timer.h.

Referenced by dct_quantize_refine().