aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/fasttime.h
blob: 1515185dd92fd377902f02f876dd74796dbde4cd (plain) (blame)
1
2
3
4
5
6
#pragma once 
 
#include "datetime.h" 
 
/// Fast but possibly less accurate microseconds since epoch 
ui64 InterpolatedMicroSeconds();