Searched refs:timeSpent (Results 1 – 3 of 3) sorted by relevance
200 Duration timeSpent = Duration.between(startTime, endTime); in getCeilQuotaAcquired() local201 float accumulated = timeSpent.toMillis() * ((float) maxQuota / (float) window.toMillis()); in getCeilQuotaAcquired()
279 private ResolverTarget makeNewResolverTarget(float recency, float timeSpent, float launch, in makeNewResolverTarget() argument283 target.setTimeSpentScore(timeSpent); in makeNewResolverTarget()
241 Duration timeSpent = Duration.between(startTime, endTime); in getQuotaAcquired() local242 return timeSpent.toMillis() * ((float) maxQuota / (float) window.toMillis()); in getQuotaAcquired()