Go to the documentation of this file. 1 #ifndef __XrdSysTimer__
2 #define __XrdSysTimer__
18 #include "XrdSys/XrdWin32.hh"
28 struct timeval *
Delta_Time(
struct timeval &tbeg);
30 static time_t
Midnight(time_t tnow=0);
37 unsigned long Report(
double &);
38 unsigned long Report(
unsigned long &);
39 unsigned long Report(
unsigned long long &);
40 unsigned long Report(
struct timeval &);
46 inline void Set(
struct timeval &tod)
51 static void Snooze(
int seconds);
53 static char *
s2hms(
int sec,
char *buff,
int blen);
55 static void Wait(
int milliseconds);