Home
last modified time | relevance | path

Searched refs:start_ns (Results 1 – 21 of 21) sorted by relevance

/external/perfetto/src/trace_processor/storage/
Dtrace_storage.cc120 int64_t start_ns = std::numeric_limits<int64_t>::max(); in GetTraceTimestampBoundsNs() local
123 DbTableMaybeUpdateMinMax(raw_table_.ts(), &start_ns, &end_ns); in GetTraceTimestampBoundsNs()
124 DbTableMaybeUpdateMinMax(sched_slice_table_.ts(), &start_ns, &end_ns, in GetTraceTimestampBoundsNs()
126 DbTableMaybeUpdateMinMax(counter_table_.ts(), &start_ns, &end_ns); in GetTraceTimestampBoundsNs()
127 DbTableMaybeUpdateMinMax(slice_table_.ts(), &start_ns, &end_ns, in GetTraceTimestampBoundsNs()
129 DbTableMaybeUpdateMinMax(heap_profile_allocation_table_.ts(), &start_ns, in GetTraceTimestampBoundsNs()
131 DbTableMaybeUpdateMinMax(instant_table_.ts(), &start_ns, &end_ns); in GetTraceTimestampBoundsNs()
132 DbTableMaybeUpdateMinMax(android_log_table_.ts(), &start_ns, &end_ns); in GetTraceTimestampBoundsNs()
134 &start_ns, &end_ns); in GetTraceTimestampBoundsNs()
135 DbTableMaybeUpdateMinMax(perf_sample_table_.ts(), &start_ns, &end_ns); in GetTraceTimestampBoundsNs()
[all …]
/external/linux-kselftest/tools/testing/selftests/timers/
Draw_skew.c62 long long start_ns, end_ns; in diff_timespec() local
64 start_ns = ts_to_nsec(start); in diff_timespec()
66 return end_ns - start_ns; in diff_timespec()
Dadjtick.c61 long long start_ns, end_ns; in diff_timespec() local
63 start_ns = ts_to_nsec(start); in diff_timespec()
66 return end_ns - start_ns; in diff_timespec()
/external/igt-gpu-tools/tests/
Dkms_vrr.c259 uint64_t start_ns, last_vblank_ns; in flip_and_measure() local
265 start_ns = get_time_ns(); in flip_and_measure()
292 if (now_ns - start_ns > duration_ns) in flip_and_measure()
300 diff_ns = now_ns - start_ns; in flip_and_measure()
302 target_ns = start_ns + wait_ns - 10; in flip_and_measure()
/external/libwebm/
Dsample_muxer_metadata.h59 const int64_t start_ns = start_ms * 1000000; member
61 return (start_ns > time_ns);
Dvttdemux.cc690 const mkvtime_t start_ns = atom->GetStartTime(chapters); in WriteChaptersCueTimings() local
692 if (start_ns < 0) in WriteChaptersCueTimings()
700 if (!WriteCueTime(f, start_ns)) in WriteChaptersCueTimings()
858 const mkvtime_t start_ns = block->GetTime(cluster); in WriteCueTimings() local
860 if (!WriteCueTime(f, start_ns)) in WriteCueTimings()
883 const mkvtime_t stop_ns = start_ns + duration_ns; in WriteCueTimings()
Dsample_muxer_metadata.cc365 const int64_t start_ns = start_ms * 1000000; in Write() local
374 const int64_t duration_ns = stop_ns - start_ns; in Write()
387 muxer_frame.set_timestamp(start_ns); in Write()
/external/pigweed/pw_rpc/py/pw_rpc/
Dcodegen.py441 start_ns = lambda: gen.line(f'namespace {file_ns} {{\n') function
444 start_ns = finish_ns = lambda: None
456 start_ns()
465 start_ns()
/external/perfetto/src/trace_processor/importers/ninja/
Dninja_log_parser.cc181 const int64_t start_ns = job.start_ms * kMsToNs; in NotifyEndOfFile() local
184 ctx_->slice_tracker->Scoped(start_ns, worker->track_id, StringId::Null(), in NotifyEndOfFile()
/external/rust/crates/plotters/src/coord/ranged1d/types/
Ddatetime.rs707 let mut start_ns = self.0.num_nanoseconds().unwrap(); in key_points() localVariable
709 if start_ns as u64 % period > 0 { in key_points()
710 if start_ns > 0 { in key_points()
711 start_ns += period as i64 - (start_ns % period as i64); in key_points()
713 start_ns -= start_ns % period as i64; in key_points()
717 let mut current = Duration::nanoseconds(start_ns); in key_points()
/external/bcc/tools/
Dfuncslower.py290 earliest_ts = event.start_ns
291 return "%-10.6f " % ((event.start_ns - earliest_ts) / 1000000000.0)
/external/python/cpython3/Lib/xml/etree/
DElementTree.py1597 start_ns=self._start_ns): argument
1598 append((event, start_ns(prefix, uri)))
1643 return self.target.start_ns(prefix or '', uri or '')
1904 def start_ns(self, prefix, uri): member in C14NWriterTarget
/external/webrtc/modules/video_coding/codecs/test/
Dvideoprocessor.cc82 int GetElapsedTimeMicroseconds(int64_t start_ns, int64_t stop_ns) { in GetElapsedTimeMicroseconds() argument
83 int64_t diff_us = (stop_ns - start_ns) / rtc::kNumNanosecsPerMicrosec; in GetElapsedTimeMicroseconds()
/external/mesa3d/src/vulkan/wsi/
Dwsi_common_display.c1485 wsi_display_debug_code(uint64_t start_ns = wsi_common_get_current_time()); in wsi_display_fence_wait()
1517 ((int64_t) (wsi_common_get_current_time() - start_ns)) / in wsi_display_fence_wait()
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.cc1891 void Chapter::set_time(const Segment& segment, uint64_t start_ns, in set_time() argument
1895 start_timecode_ = start_ns / timecode_scale; in set_time()
/external/libwebm/mkvmuxer/
Dmkvmuxer.cc1891 void Chapter::set_time(const Segment& segment, uint64_t start_ns, in set_time() argument
1895 start_timecode_ = start_ns / timecode_scale; in set_time()
/external/libaom/libaom/third_party/libwebm/mkvmuxer/
Dmkvmuxer.cc1891 void Chapter::set_time(const Segment& segment, uint64_t start_ns, in set_time() argument
1895 start_timecode_ = start_ns / timecode_scale; in set_time()
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a4.rst309 to the parser target if it defines the callback methods "start_ns()" and/or
/external/python/cpython3/Doc/library/
Dxml.etree.elementtree.rst1315 .. method:: start_ns(prefix, uri)
/external/python/cpython3/Lib/test/
Dtest_xml_etree.py725 def start_ns(self, prefix, uri): member in ElementTreeTest.test_custom_builder.Builder
/external/python/cpython3/Doc/whatsnew/
D3.8.rst1435 ``start_ns()`` and ``end_ns()``. Additionally, the