aboutsummaryrefslogtreecommitdiffstats
path: root/util/datetime/uptime.h
blob: 88f0de63dadbf79fa71438270f3f3f62694139f4 (plain) (blame)
1
2
3
4
5
6
7
8
#pragma once

#include "base.h"

/**
 * Returns system uptime
 */
TDuration Uptime();