Searched refs:durations (Results 1 – 12 of 12) sorted by relevance
82 def calculate_usage(self, durations): argument89 for q_time, s_time, f_time, machine in durations:96 avg_job_run_time = self._total_seconds(total_run_time) / len(durations)98 len(durations))137 durations = self.find_all_durations()138 if not durations:141 self.calculate_usage(durations)
66 CacheBuilderFactory withExpireAfterWrites(Set<DurationSpec> durations) { in withExpireAfterWrites() argument67 this.expireAfterWrites = Sets.newLinkedHashSet(durations); in withExpireAfterWrites()71 CacheBuilderFactory withExpireAfterAccesses(Set<DurationSpec> durations) { in withExpireAfterAccesses() argument72 this.expireAfterAccesses = Sets.newLinkedHashSet(durations); in withExpireAfterAccesses()76 CacheBuilderFactory withRefreshes(Set<DurationSpec> durations) { in withRefreshes() argument77 this.refreshes = Sets.newLinkedHashSet(durations); in withRefreshes()
44 long[] durations = new long[startSamples.length]; in calculateFragmentDurations() local56 durations[currentFragment] += entry.getDelta(); in calculateFragmentDurations()61 return durations; in calculateFragmentDurations()
717 double durations = sum.second; in AverageSpeed() local718 if (durations == 0.0) return 0; in AverageSpeed()719 double speed = bytes / durations; in AverageSpeed()797 double durations = allocation_duration_since_gc_; in NewSpaceAllocationThroughputInBytesPerMillisecond() local799 MakeBytesAndDuration(bytes, durations), time_ms); in NewSpaceAllocationThroughputInBytesPerMillisecond()805 double durations = allocation_duration_since_gc_; in OldGenerationAllocationThroughputInBytesPerMillisecond() local807 MakeBytesAndDuration(bytes, durations), time_ms); in OldGenerationAllocationThroughputInBytesPerMillisecond()
4 --durations=5
5 --durations=5
62 // } else if (durations.seconds > 0 && duration.nanos < 0) {93 // `seconds` field and a positive or negative `nanos` field. For durations
12 CRITERIA = "This test will fail if the recorded audio contains artifacts or the durations of mute n…
64 // } else if (durations.seconds > 0 && duration.nanos < 0) {112 // `seconds` field and a positive or negative `nanos` field. For durations
143 the actual and expected sleep durations.
10941 some bugs in duration handling, comparisons for durations