| UbixOS V2
    2.0
    | 
#include <ubixos/times.h>
Go to the source code of this file.
| Macros | |
| #define | PERF_START /* null definition */ | 
| #define | PERF_STOP(x) /* null definition */ | 
| Functions | |
| void | perf_init (char *fname) | 
| void | perf_print (unsigned long c1l, unsigned long c1h, unsigned long c2l, unsigned long c2h, char *key) | 
| void | perf_print_times (struct tms *start, struct tms *end, char *key) | 
| void perf_init | ( | char * | fname | ) | 
| void perf_print | ( | unsigned long | c1l, | 
| unsigned long | c1h, | ||
| unsigned long | c2l, | ||
| unsigned long | c2h, | ||
| char * | key | ||
| ) |