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