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
13char *get_stats_msg(boolean calc_only);
14double get_inst_fps(void);
15
16#ifdef WEED_STARTUP_TESTS
17int run_weed_startup_tests(void);
19#endif
20
21void check_random(void);
22
24
25void benchmark(void);
26
27void hash_test(void);
28#endif
int test_palette_conversions(void)
Definition: diagnostics.c:1072
void check_random(void)
char * get_stats_msg(boolean calc_only)
Definition: diagnostics.c:22
void hash_test(void)
void lives_struct_test(void)
double get_inst_fps(void)
Definition: diagnostics.c:16
void benchmark(void)