#include <map>
#include <stdio.h>
#include "timer.h"
#include <string.h>
#include <assert.h>
Go to the source code of this file.
Typedefs | |
typedef std::list< TaskTimer * > | TaskStack |
Functions | |
time_type | get_time () |
double | time_to_msec (time_type &t) |
time_type | operator- (const time_type &a, const time_type &b) |
Variables | |
static TaskStack | stack |
time_type get_time | ( | ) |