Home
last modified time | relevance | path

Searched refs:durations (Results 1 – 10 of 10) sorted by relevance

/external/autotest/utils/
Dsite_check_dut_usage.py82 def calculate_usage(self, durations): argument
89 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)
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
Dv8_execution.py76 self.durations = []
79 self.durations = []
82 return sum(self.durations)
85 return len(self.durations)
116 self.durations.append(event.duration)
121 self.durations.append(event.self_time)
135 self.durations.append(event.self_time)
Dgpu_timeline.py74 for value_item, durations in service_times.iteritems():
75 count = len(durations)
80 avg = sum(durations) / count
81 stddev = math.sqrt(sum((d - avg) ** 2 for d in durations) / count)
82 maximum = max(durations)
91 if durations:
93 results.current_page, frame_times_name, 'ms', durations,
/external/guava/guava-tests/test/com/google/common/cache/
DCacheBuilderFactory.java66 CacheBuilderFactory withExpireAfterWrites(Set<DurationSpec> durations) { in withExpireAfterWrites() argument
67 this.expireAfterWrites = Sets.newLinkedHashSet(durations); in withExpireAfterWrites()
71 CacheBuilderFactory withExpireAfterAccesses(Set<DurationSpec> durations) { in withExpireAfterAccesses() argument
72 this.expireAfterAccesses = Sets.newLinkedHashSet(durations); in withExpireAfterAccesses()
76 CacheBuilderFactory withRefreshes(Set<DurationSpec> durations) { in withRefreshes() argument
77 this.refreshes = Sets.newLinkedHashSet(durations); in withRefreshes()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
DAbstractManifestWriter.java44 long[] durations = new long[startSamples.length]; in calculateFragmentDurations() local
56 durations[currentFragment] += entry.getDelta(); in calculateFragmentDurations()
61 return durations; in calculateFragmentDurations()
/external/chromium-trace/catapult/telemetry/telemetry/util/
Dstatistics_unittest.py188 durations = []
189 d = statistics.DurationsDiscrepancy(durations)
192 durations = [4]
193 d = statistics.DurationsDiscrepancy(durations)
Dstatistics.py179 def DurationsDiscrepancy(durations, absolute=True, argument
197 if not durations:
200 timestamps = reduce(lambda x, y: x + [x[-1] + y], durations, [0])
/external/v8/src/heap/
Dgc-tracer.cc702 double durations = sum.second; in AverageSpeed() local
703 if (durations == 0.0) return 0; in AverageSpeed()
704 double speed = bytes / durations; in AverageSpeed()
770 double durations = allocation_duration_since_gc_; in NewSpaceAllocationThroughputInBytesPerMillisecond() local
772 MakeBytesAndDuration(bytes, durations), time_ms); in NewSpaceAllocationThroughputInBytesPerMillisecond()
778 double durations = allocation_duration_since_gc_; in OldGenerationAllocationThroughputInBytesPerMillisecond() local
780 MakeBytesAndDuration(bytes, durations), time_ms); in OldGenerationAllocationThroughputInBytesPerMillisecond()
/external/autotest/client/tests/kvm/
Dsubtests.cfg.sample279 # Set the load and rest durations
309 # Set the load and rest durations
/external/libxml2/
DChangeLog10941 some bugs in duration handling, comparisons for durations