FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups 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 START_TIMER
 
#define STOP_TIMER(id)   { }
 
#define START_TIMER
 
#define STOP_TIMER(id)   { }
 
#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 START_TIMER

Definition at line 18826 of file avcodec.h.

Referenced by dct_quantize_refine(), and main().

#define STOP_TIMER (   id)    { }

Definition at line 18827 of file avcodec.h.

Referenced by dct_quantize_refine(), and main().

#define START_TIMER

Definition at line 18826 of file avcodec.h.

#define STOP_TIMER (   id)    { }

Definition at line 18827 of file avcodec.h.

#define START_TIMER

Definition at line 76 of file timer.h.

#define STOP_TIMER (   id)    { }

Definition at line 77 of file timer.h.