Fixed timer

This commit is contained in:
AlexeyAB
2019-01-18 21:29:06 +03:00
parent 4ed6fd1ada
commit 0e022d0912
6 changed files with 14 additions and 21 deletions

View File

@ -795,6 +795,15 @@ LIB_API tree *read_tree(char *filename);
LIB_API metadata get_metadata(char *file);
// http_stream.h
LIB_API double get_time_point();
void start_timer();
void stop_timer();
double get_time();
void stop_timer_and_show();
void stop_timer_and_show_name(char *name);
void show_total_time();
#ifdef __cplusplus
}
#endif // __cplusplus