#include <time.h>
Go to the source code of this file.
Classes | |
struct | Stopwatch |
Typedefs | |
typedef struct Stopwatch | Stopwatch_struct |
Functions | |
Stopwatch | new_Stopwatch (void) |
double | seconds () |
void | Stopwatch_delete (Stopwatch S) |
double | Stopwatch_read (Stopwatch Q) |
void | Stopwatch_resume (Stopwatch Q) |
void | Stopwatch_start (Stopwatch Q) |
void | Stopwatch_stop (Stopwatch Q) |
void | Stopwtach_reset (Stopwatch Q) |
typedef struct Stopwatch Stopwatch_struct |
double seconds | ( | ) |
Referenced by VisEvent::analyze(), and VisEventIdTwig::onNewEvent().
double Stopwatch_read | ( | Stopwatch | Q | ) |