Searched refs:timings (Results 1 - 10 of 10) sorted by relevance

/external/python/cpython3/Lib/
H A Dprofile.py128 self.timings[]. The index is always the name stored in self.cur[-3].
146 self.timings = {}
272 timings = self.timings
273 if fn in timings:
274 cc, ns, tt, ct, callers = timings[fn]
275 timings[fn] = cc, ns + 1, tt, ct, callers
277 timings[fn] = 0, 0, 0, 0, {}
283 timings = self.timings
[all...]
/external/python/cpython2/Lib/
H A Dprofile.py135 self.timings[]. The index is always the name stored in self.cur[-3].
153 self.timings = {}
291 timings = self.timings
292 if fn in timings:
293 cc, ns, tt, ct, callers = timings[fn]
294 timings[fn] = cc, ns + 1, tt, ct, callers
296 timings[fn] = 0, 0, 0, 0, {}
302 timings = self.timings
[all...]
/external/tensorflow/tensorflow/core/util/
H A Dstat_summarizer.cc371 std::priority_queue<std::pair<int64, std::pair<string, int64>>> timings; local
374 timings.emplace(node_type.second,
388 while (!timings.empty()) {
389 auto entry = timings.top();
390 timings.pop();
475 timings; local
477 timings.emplace(-entry.second.start_us.avg(), &entry);
481 while (!timings.empty()) {
482 auto entry = timings.top();
483 timings
[all...]
/external/autotest/site_utils/
H A Drun_suite.py787 'Suite timings:\n'
1240 and timings by accessing the collector's public attributes. And output
1257 4) Compute timings of the suite run.
1288 @var timings: A Timing object that records the suite's timings.
1317 self.timings = None
1466 """Record suite timings."""
1467 self.timings = Timings(self._suite_job_id)
1469 self.timings.RecordTiming(v)
1492 """Output test results, timings an
[all...]
/external/autotest/frontend/afe/
H A Drpc_interface.py1902 @return: timings dictionary containing staging start/end times.
1904 timings = {}
1910 timings[constants.DOWNLOAD_STARTED_TIME] = formatted_now()
1916 timings[constants.PAYLOAD_FINISHED_TIME] = formatted_now()
1917 return (ds, timings)
/external/kernel-headers/original/uapi/linux/
H A Dvideodev2.h1278 * A note regarding vertical interlaced timings: height refers to the total
1279 * height of the active video frame (= two fields). The blanking timings refer
1400 /** struct v4l2_dv_timings - DV timings
1401 * @type: the type of the timings
1402 * @bt: BT656/1120 timings
1416 /** struct v4l2_enum_dv_timings - DV timings enumeration
1418 * @pad: the pad number for which to enumerate timings (used with
1421 * @timings: the timings for the given index
1427 struct v4l2_dv_timings timings; member in struct:v4l2_enum_dv_timings
[all...]
/external/v4l2_codec2/vda/
H A Dvideodev2.h1237 * A note regarding vertical interlaced timings: height refers to the total
1238 * height of the active video frame (= two fields). The blanking timings refer
1323 /** struct v4l2_dv_timings - DV timings
1324 * @type: the type of the timings
1325 * @bt: BT656/1120 timings
1339 /** struct v4l2_enum_dv_timings - DV timings enumeration
1341 * @pad: the pad number for which to enumerate timings (used with
1344 * @timings: the timings for the given index
1350 struct v4l2_dv_timings timings; member in struct:v4l2_enum_dv_timings
[all...]
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex201 into the kernel, where you \emph{may} receive more responsive timings.}
/external/valgrind/include/vki/
H A Dvki-linux.h4014 struct vki_v4l2_dv_timings timings; member in struct:vki_v4l2_enum_dv_timings
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-linux.c8843 PRE_FIELD_WRITE("ioctl(VKI_V4L2_ENUM_DV_TIMINGS).timings", data->timings);
10837 POST_FIELD_WRITE(data->timings);

Completed in 380 milliseconds