Home
last modified time | relevance | path

Searched refs:timestamps (Results 1 – 25 of 156) sorted by relevance

1234567

/external/libmojo/third_party/catapult/devil/devil/android/perf/
Dsurface_stats_collector.py47 (refresh_period, timestamps) = self._GetDataFromThread()
52 return (refresh_period, timestamps)
56 timestamps = []
63 if refresh_period is None or timestamps is None:
76 timestamps += [timestamp for timestamp in new_timestamps
78 if len(timestamps):
79 last_timestamp = timestamps[-1]
83 self._data_queue.put((refresh_period, timestamps))
84 timestamps = []
163 timestamps = []
[all …]
/external/chromium-trace/catapult/devil/devil/android/perf/
Dsurface_stats_collector.py47 (refresh_period, timestamps) = self._GetDataFromThread()
52 return (refresh_period, timestamps)
56 timestamps = []
63 if refresh_period is None or timestamps is None:
76 timestamps += [timestamp for timestamp in new_timestamps
78 if len(timestamps):
79 last_timestamp = timestamps[-1]
83 self._data_queue.put((refresh_period, timestamps))
84 timestamps = []
165 timestamps = []
[all …]
/external/autotest/site_utils/rpm_control_system/
Dutils.py88 self.timestamps = {}
107 self.timestamps.pop(removed_key)
109 self.timestamps[key] = time.time()
115 key in self.timestamps and
116 time.time() - self.timestamps[key] > self.expiration_secs):
118 self.timestamps.pop(key)
Dutils_unittest.py143 self.assertEqual(len(cache.timestamps), 1)
145 self.assertTrue('host2' in cache.timestamps)
/external/deqp/modules/egl/
DteglGetFrameTimestampsTests.cpp80 … EGLuint64KHR frameId, eglw::EGLint numTimestamps, const eglw::EGLint *timestamps, EGLnsecsANDROID…
525 TimestampInfoMap timestamps; in executeForConfig() local
526 timestamps[EGL_REQUESTED_PRESENT_TIME_ANDROID] = TimestampInfo(true, false, 0); in executeForConfig()
527 timestamps[EGL_RENDERING_COMPLETE_TIME_ANDROID] = TimestampInfo(true, false, 0); in executeForConfig()
528 timestamps[EGL_COMPOSITION_LATCH_TIME_ANDROID] = TimestampInfo(true, false, 0); in executeForConfig()
529 timestamps[EGL_FIRST_COMPOSITION_START_TIME_ANDROID] = TimestampInfo(true, false, 0); in executeForConfig()
530 timestamps[EGL_LAST_COMPOSITION_START_TIME_ANDROID] = TimestampInfo(true, false, 0); in executeForConfig()
531 timestamps[EGL_FIRST_COMPOSITION_GPU_FINISHED_TIME_ANDROID] = TimestampInfo(true, false, 0); in executeForConfig()
532 timestamps[EGL_DISPLAY_PRESENT_TIME_ANDROID] = TimestampInfo(false, false, 0); in executeForConfig()
533 timestamps[EGL_DEQUEUE_READY_TIME_ANDROID] = TimestampInfo(true, false, 0); in executeForConfig()
[all …]
/external/autotest/client/site_tests/hardware_TPMTakeOwnership/
Dhardware_TPMTakeOwnership.py78 timestamps = dict()
117 timestamps[i] = self.tpm_obj.takeTpmOwnership()
127 for k, v in timestamps.iteritems():
133 self.perf_dict['num_total_iterations'] = len(timestamps)
/external/toolchain-utils/cros_utils/
Dlogger.py44 timestamps = []
53 timestamps.append(os.stat(cmd_file).st_mtime)
59 suffix = str(timestamps.index(min(timestamps)))
216 timestamps = []
225 timestamps.append(os.stat(cmd_file).st_mtime)
231 suffix = str(timestamps.index(min(timestamps)))
/external/autotest/client/cros/video/
Dvideo_screenshot_collector.py55 def collect_multiple_screenshots(self, timestamps): argument
68 return [self.collect_screenshot(t) for t in timestamps]
/external/autotest/client/site_tests/platform_TraceClockMonotonic/
Dcontrol13 Ensure the the kernel properly supports monotonic timestamps for
18 or the timestamps aren't in the proper order
/external/iputils/doc/
Dclockdiff.sgml65 Some nodes (Cisco) use non-standard timestamps, which is allowed
66 by RFC, but makes timestamps mostly useless.
69 Some nodes generate messed timestamps (Solaris>2.4), when
72 randomly making timestamps mostly useless. Good news is that you can
/external/walt/android/WALT/app/src/main/jni/
DREADME.md22 message (denote it as `t_local`) and have the remote reply with his timestamps
36 only after that get the remote timestamps for all of them. This helps deal with
43 then the timestamps according to his clock of when they were sent. We record the
44 local timestamps when we receive them.
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
DVideoCapturerAndroidTestFixtures.java111 private List<Long> timestamps = new ArrayList<Long>(); field in VideoCapturerAndroidTestFixtures.FakeCapturerObserver
129 timestamps.add(timeStamp); in onByteBufferFrameCaptured()
142 timestamps.add(timeStamp); in onTextureFrameCaptured()
184 ArrayList<Long> list = new ArrayList<Long>(timestamps); in getCopyAndResetListOftimeStamps()
185 timestamps.clear(); in getCopyAndResetListOftimeStamps()
/external/ltp/testcases/kernel/fs/ext4-new-features/
DREADME14 field on disk, journal checksumming, nanosec timestamps, online defrag, persist
89 ext4-nsec-timestamps
91 Directory containing the shell script which is used to test nanosec timestamps
D.gitignore2 /ext4-nsec-timestamps/ext4_file_time
/external/skia/infra/bots/
Dswarm_recipe_bundled_unix.isolate4 '../../../recipe_bundle/recipes', 'run', '--timestamps',
Dswarm_recipe_bundled_win.isolate4 '../../../recipe_bundle/recipes.bat', 'run', '--timestamps',
Dswarm_recipe.isolate7 'python', 'recipes.py', '--package', '../config/recipes.cfg', 'run', '--timestamps',
Dbundle_recipes.isolate7 'python', 'recipes.py', '--package', '../config/recipes.cfg', 'run', '--timestamps',
/external/skqp/infra/bots/
Dswarm_recipe_bundled_unix.isolate4 '../../../recipe_bundle/recipes', 'run', '--timestamps',
Dswarm_recipe_bundled_win.isolate4 '../../../recipe_bundle/recipes.bat', 'run', '--timestamps',
Dswarm_recipe.isolate7 'python', 'recipes.py', '--package', '../config/recipes.cfg', 'run', '--timestamps',
Dbundle_recipes.isolate7 'python', 'recipes.py', '--package', '../config/recipes.cfg', 'run', '--timestamps',
/external/ltp/runtest/
Dfs_ext41 ext4-nsec-timestamps ext4_nsec_timestamps_test.sh
/external/autotest/client/site_tests/camera_V4L2/src/
Dmedia_v4l2_test.cc184 bool CheckConstantFramerate(const std::vector<int64_t>& timestamps, in CheckConstantFramerate() argument
193 for (size_t i = 1; i < timestamps.size(); i++) { in CheckConstantFramerate()
195 (timestamps[i] - timestamps[i-1]) / 1000000.f; in CheckConstantFramerate()
/external/strace/
Dstrace-log-merge39 option which prints timestamps (otherwise sorting won't do any good).

1234567