aboutsummaryrefslogtreecommitdiff
path: root/src/utils/time.h
blob: 691b26b4906324de3ef4b7a87fbd40f5ecde1d9a (plain)
1
2
3
4
5
6
7
#pragma once

#include <stdint.h>

typedef uint64_t Clock;

extern Clock getTimeInNano();