aboutsummaryrefslogtreecommitdiffstats
path: root/util/datetime/uptime.h
blob: fabf141734c3f23d021278eb03a0f82906f68e97 (plain) (blame)
1
2
3
4
5
6
7
8
#pragma once 
 
#include "base.h" 
 
/** 
 * Returns system uptime 
 */ 
TDuration Uptime();