struct te_stopwatch_t

Overview

Stopwatch context More…

#include <te_stopwatch.h>

struct te_stopwatch_t {
    // fields

    bool is_running;
    struct timeval start;
};

Detailed Documentation

Stopwatch context

Fields

bool is_running

Whether it is in progress or not

struct timeval start

Stopwatch start timestamp