Searched refs:GetDownOverheadRate (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DStatistics.h273 static double GetDownOverheadRate() { return s_downOverheadRate->GetRate(); } function in class:CStatistics
536 static double GetDownOverheadRate() { return (double)s_statData[sdDownOverhead]; } function in class:CStatistics
H A DamuleDlg.cpp846 buffer = CFormat(_("Up: %.1f(%.1f) | Down: %.1f(%.1f)")) % kBpsUp % (theStats::GetUpOverheadRate() / 1024.0) % kBpsDown % (theStats::GetDownOverheadRate() / 1024.0);
H A DExternalConn.cpp570 response->AddTag(CECTag(EC_TAG_STATS_DOWN_OVERHEAD, (uint32)theStats::GetDownOverheadRate()));

Completed in 73 milliseconds