Skip to content
Snippets Groups Projects
Commit 013ca8c8 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Support for dumping of statistics.

parent a3e48c43
No related branches found
No related tags found
No related merge requests found
......@@ -225,3 +225,16 @@ free_all_cache(void);
*/
void
cache_limit_size(void);
/*
* Dump cache statistics.
*/
void
dump_cache_stats(FILE *stat_file);
/*
* Dump memory usage.
*/
void
dump_cache_mem_useage(FILE *stat_file);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment