Searched refs:scans_per_Hour (Results 1 – 1 of 1) sorted by relevance
3165 int scans_per_Hour = settings.periodInMs == 0 ? 1 : (3600 * 1000) / in getCsph() local3167 totalScanDurationPerHour += scanDurationMs * scans_per_Hour; in getCsph()