Пример #1
0
static double monotoniccurrenttimeinseconds()
{
    return gettickcount64() / 1000.0;
}
Пример #2
0
 ticks_type GetTickCount64()
 {
   ::boost::call_once(&init_gettickcount64, initfnonce);
   return gettickcount64 ? gettickcount64() : static_cast<ticks_type> (gettickcount32());
 }