Searched refs:totalCostPerSecond (Results 1 – 1 of 1) sorted by relevance
1464 long totalCostPerSecond = 0; in getMaxDurationMs() local1472 totalCostPerSecond += cost.price; in getMaxDurationMs()1474 if (totalCostPerSecond == 0) { in getMaxDurationMs()1480 return minBalance * 1000 / totalCostPerSecond; in getMaxDurationMs()