LiVES  3.2.0
diagnostics.h
Go to the documentation of this file.
1 // diagnostics.h
2 // LiVES
3 // (c) G. Finch 2003 - 2020 <salsaman+lives@gmail.com>
4 // released under the GNU GPL 3 or later
5 // see file ../COPYING for licensing details
6 
7 #ifndef _HAVE_DIAG_H_
8 #define _HAVE_DIAG_H_
9 
10 #include "main.h"
11 #include "mainwindow.h"
12 
13 char *get_stats_msg(boolean calc_only);
14 double get_inst_fps(void);
15 
16 #ifdef WEED_STARTUP_TESTS
17 int run_weed_startup_tests(void);
18 int test_palette_conversions(void);
19 #endif
20 
21 void check_random(void);
22 
23 void lives_struct_test(void);
24 
25 void benchmark(void);
26 
27 void hash_test(void);
28 #endif
hash_test
void hash_test(void)
check_random
void check_random(void)
test_palette_conversions
int test_palette_conversions(void)
Definition: diagnostics.c:1072
benchmark
void benchmark(void)
get_inst_fps
double get_inst_fps(void)
Definition: diagnostics.c:16
main.h
lives_struct_test
void lives_struct_test(void)
get_stats_msg
char * get_stats_msg(boolean calc_only)
Definition: diagnostics.c:22
mainwindow.h