![]() |
My Project
|
#include "kernel/mod2.h"#include <sys/resource.h>#include <unistd.h>#include <stdio.h>#include <time.h>#include <sys/time.h>#include "reporter/reporter.h"#include "kernel/oswrapper/timer.h"Go to the source code of this file.
Functions | |
| void | SetTimerResolution (int res) |
| void | SetMinDisplayTime (double mtime) |
| int | startTimer () |
| long | getTimer () |
| void | writeTime (const char *v) |
| void | startRTimer () |
| void | initRTimer () |
| int | getRTimer () |
| void | writeRTime (const char *v) |
Variables | |
| VAR int | timerv = 0 |
| STATIC_VAR double | timer_resolution = TIMER_RESOLUTION |
| STATIC_VAR double | mintime = 0.5 |
| STATIC_VAR int64 | siStartTime |
| STATIC_VAR struct rusage | t_rec |
| VAR int | rtimerv = 0 |
| STATIC_VAR struct timeval | startRl |
| STATIC_VAR struct timeval | siStartRTime |
| STATIC_VAR struct timezone | tzp |
| int getRTimer | ( | ) |
| long getTimer | ( | ) |
| void initRTimer | ( | ) |
| void SetMinDisplayTime | ( | double | mtime | ) |
| void SetTimerResolution | ( | int | res | ) |
| void startRTimer | ( | void | ) |
| int startTimer | ( | void | ) |
| void writeRTime | ( | const char * | v | ) |
| void writeTime | ( | const char * | v | ) |
| STATIC_VAR double mintime = 0.5 |
| STATIC_VAR struct timeval siStartRTime |
| STATIC_VAR int64 siStartTime |
| STATIC_VAR struct timeval startRl |
| STATIC_VAR struct rusage t_rec |
| STATIC_VAR double timer_resolution = TIMER_RESOLUTION |
| STATIC_VAR struct timezone tzp |