Searched refs:GetDownloadRate (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DStatistics.h282 static double GetDownloadRate() { return s_downloadrate->GetRate(); } function in class:CStatistics
535 static double GetDownloadRate() { return (double)s_statData[sdDownload]; } function in class:CStatistics
H A DMuleTrayIcon.cpp318 label = CFormat(_("Download speed: %.1f")) % (theStats::GetDownloadRate() / 1024.0);
H A DStatistics.cpp445 phr->kBpsDownCur = GetDownloadRate() / 1024.0;
H A Damule.cpp936 temp = CFormat(wxT("%.1f")) % (theStats::GetDownloadRate() / 1024.0);
H A DamuleDlg.cpp842 float kBpsDown = theStats::GetDownloadRate() / 1024.0;
H A DExternalConn.cpp580 response->AddTag(CECTag(EC_TAG_STATS_DL_SPEED, (uint32)(theStats::GetDownloadRate())));

Completed in 76 milliseconds