Home
last modified time | relevance | path

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

/external/openscreen/platform/impl/
Dtimeval_posix_unittest.cc12 auto timespan = Clock::duration::zero(); in TEST() local
13 auto timeval = ToTimeval(timespan); in TEST()
17 timespan = Clock::duration(1000000); in TEST()
18 timeval = ToTimeval(timespan); in TEST()
22 timespan = Clock::duration(1000000 - 1); in TEST()
23 timeval = ToTimeval(timespan); in TEST()
27 timespan = Clock::duration(1); in TEST()
28 timeval = ToTimeval(timespan); in TEST()
32 timespan = Clock::duration(100000010); in TEST()
33 timeval = ToTimeval(timespan); in TEST()
/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_tf_functions.cc80 Timespan timespan; // timespan of this invocation. member
93 ActivationRecord(absl::string_view name, const Timespan& timespan, in ActivationRecord()
97 timespan(timespan), in ActivationRecord()
108 " ps, timespan:", timespan.DebugString(), "}"); in DebugString()
182 auto timespan = event.GetTimespan(); in TfFunctionExecutions() local
185 ActivationRecord(event.Name(), timespan, mode_compiler.first, in TfFunctionExecutions()
189 EntryOrExit(/*is_entry=*/true, index, timespan.begin_ps()); in TfFunctionExecutions()
191 EntryOrExit(/*is_entry=*/false, index, timespan.end_ps()); in TfFunctionExecutions()
232 record.timespan.duration_ps() - record.children_duration_ps; in ConvertToTfFunctionDb()
256 uint64 call_duration = activations_[pt.index].timespan.duration_ps(); in CalculateChildrenDurations()
DBUILD27 "//tensorflow/core/profiler/utils:timespan",
282 "//tensorflow/core/profiler/utils:timespan",
446 "//tensorflow/core/profiler/utils:timespan",
566 "//tensorflow/core/profiler/utils:timespan",
724 "//tensorflow/core/profiler/utils:timespan",
/external/tensorflow/tensorflow/core/profiler/utils/
Dstep_intersection.cc46 Timespan timespan = StepTimespan(step); in AllStepsTimespan() local
47 uint64 begin_ps = timespan.begin_ps(); in AllStepsTimespan()
48 uint64 end_ps = timespan.end_ps(); in AllStepsTimespan()
179 Timespan timespan = AllStepsTimespan(*step_db); in StepIntersection() local
180 if (timespan.duration_ps() < min_duration_ps) { in StepIntersection()
183 min_duration_ps = timespan.duration_ps(); in StepIntersection()
DBUILD39 ":timespan",
150 name = "timespan",
151 hdrs = ["timespan.h"],
164 ":timespan",
212 ":timespan",
258 ":timespan",
315 ":timespan",
414 ":timespan",
499 ":timespan",
Dderived_timeline.cc242 Timespan timespan; in DeriveEventsFromHostTrace() member
278 Timespan& group_span = group_launch_info.timespan; in DeriveEventsFromHostTrace()
310 host_plane_start + PicosToNanos(group_info.timespan.begin_ps())); in DeriveEventsFromHostTrace()
311 device_event.SetDurationPs(group_info.timespan.duration_ps()); in DeriveEventsFromHostTrace()
/external/python/pybind11/tests/
Dtest_chrono.cpp37 using timespan = std::chrono::duration<int64_t, std::nano>; in TEST_SUBMODULE() typedef
38 using timestamp = std::chrono::time_point<std::chrono::system_clock, timespan>; in TEST_SUBMODULE()
71 m.def("test_nano_timepoint", [](timestamp start, timespan delta) -> timestamp { in TEST_SUBMODULE()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/channels/
DTickerChannelCommonTest.kt110 private fun ReceiveChannel<Int>.averageInTimeWindow(timespan: Long) = GlobalScope.produce { in <lambda>()
111 val delayChannel = channelFactory(delay = timespan, initialDelay = timespan) in <lambda>()
/external/perfetto/protos/perfetto/metrics/android/
Dstartup_metric.proto62 // In this timespan, how many processes (apart from the main activity) were
/external/perfetto/protos/perfetto/metrics/
Dperfetto_merged_metrics.proto727 // In this timespan, how many processes (apart from the main activity) were