#include "common.h"
Go to the source code of this file.
Enumerations | |
enum | { NO_SEARCH_STATS, WORD_SEARCH_STATS, WHOLE_SEARCH_STATS, ROUTED_SEARCH_STATS } |
Stats types for search_stats_gui_set_type(). More... | |
Functions | |
void | search_stats_gui_init (void) |
void | search_stats_gui_shutdown (void) |
void | search_stats_gui_reset (void) |
Clear the list, empty the hash table. | |
void | search_stats_gui_set_type (gint type) |
void | search_stats_gui_update (time_t now) |
Display the data gathered during the last time period. |
|
Stats types for search_stats_gui_set_type().
|
|
|
|
Clear the list, empty the hash table.
|
|
|
|
|
|
Display the data gathered during the last time period. Perhaps it would be better to have this done on a button click(?) |