XMMS2
|
Macros | |
#define | ENTRIES 10000 |
Functions | |
void | log_init (GLogLevelFlags log_lev) |
long | timediff (GTimeVal *prev, GTimeVal *cur) |
void | take_time (const char *message, GTimeVal *prev, GTimeVal *cur) |
int | main (int argc, char *argv[]) |
#define ENTRIES 10000 |
Referenced by main().
void log_init | ( | GLogLevelFlags | log_lev | ) |
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
void take_time | ( | const char * | message, |
GTimeVal * | prev, | ||
GTimeVal * | cur | ||
) |
Referenced by main().
long timediff | ( | GTimeVal * | prev, |
GTimeVal * | cur | ||
) |
Referenced by take_time().