Lolly 1.4.28
|
#include "tm_timer.hpp"
#include "basic.hpp"
#include "iterator.hpp"
#include "merge_sort.hpp"
#include "tm_ostream.hpp"
#include "tbox/tbox.h"
Go to the source code of this file.
Functions | |
time_t | get_sec_time () |
time_t | get_usec_time () |
time_t | raw_time () |
time_t | texmacs_time () |
Variables | |
static time_t | start_time = raw_time () |
time_t get_sec_time | ( | ) |
Definition at line 24 of file tm_timer.cpp.
time_t get_usec_time | ( | ) |
Definition at line 31 of file tm_timer.cpp.
time_t raw_time | ( | ) |
Definition at line 38 of file tm_timer.cpp.
time_t texmacs_time | ( | ) |
Definition at line 47 of file tm_timer.cpp.
Definition at line 44 of file tm_timer.cpp.