kiba-engine
kiba
platform
timer.h
1
#pragma once
2
3
#include <
kiba/defines.h
>
4
5
typedef
struct
timestamp
{
6
i64 s;
7
i64 ns;
8
}
timestamp
;
9
10
timestamp
time_now(
void
);
11
12
f64 time_diff_s(
timestamp
start,
timestamp
end);
13
f64 time_diff_ms(
timestamp
start,
timestamp
end);
defines.h
Global typedefs and macros.
timestamp
Definition:
timer.h:5
Generated by
1.9.1