Searched refs:GetUptimeSeconds (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DStatistics.h240 static uint64 GetUptimeSeconds() { return s_uptime->GetTimerSeconds(); } function in class:CStatistics
528 static uint64 GetUptimeSeconds();
H A DMuleTrayIcon.cpp406 wxString temp = CFormat(_("Uptime: %s")) % CastSecondsToHM(theStats::GetUptimeSeconds());
H A DStatistics.cpp1088 uint64 CStatistics::GetUptimeSeconds() function in class:CStatistics
H A Damule.cpp992 amulesig_out.AddLine(CFormat(wxT("%llu")) % theStats::GetUptimeSeconds());

Completed in 119 milliseconds