LiVES  3.2.0
Macros | Functions
diagnostics.c File Reference
#include "diagnostics.h"
#include "callbacks.h"

Go to the source code of this file.

Macros

#define _DIAGNOSTICS_H
 
#define STATS_TC   (TICKS_PER_SECOND_DBL)
 
#define SCALE_FACT   65793.
 

Functions

LIVES_GLOBAL_INLINE double get_inst_fps (void)
 
char * get_stats_msg (boolean calc_only)
 
int test_palette_conversions (void)
 

Macro Definition Documentation

◆ _DIAGNOSTICS_H

#define _DIAGNOSTICS_H

Definition at line 8 of file diagnostics.c.

◆ SCALE_FACT

#define SCALE_FACT   65793.

Definition at line 1070 of file diagnostics.c.

◆ STATS_TC

#define STATS_TC   (TICKS_PER_SECOND_DBL)

Definition at line 13 of file diagnostics.c.

Function Documentation

◆ get_inst_fps()

LIVES_GLOBAL_INLINE double get_inst_fps ( void  )

Definition at line 16 of file diagnostics.c.

◆ get_stats_msg()

char* get_stats_msg ( boolean  calc_only)

Definition at line 22 of file diagnostics.c.

Referenced by get_inst_fps(), and show_sync_callback().

◆ test_palette_conversions()

int test_palette_conversions ( void  )

Definition at line 1072 of file diagnostics.c.