Home
last modified time | relevance | path

Searched defs:timespan (Results 1 – 6 of 6) sorted by relevance

/external/openscreen/platform/impl/
Dtimeval_posix_unittest.cc12 auto timespan = Clock::duration::zero(); in TEST() local
/external/tensorflow/tensorflow/core/profiler/utils/
Dstep_intersection.cc46 Timespan timespan = StepTimespan(step); in AllStepsTimespan() local
181 Timespan timespan = AllStepsTimespan(*step_db); in StepIntersection() local
Dderived_timeline.cc118 Timespan timespan = event_.GetTimespan(); in Expand() local
294 Timespan timespan; in DeriveEventsFromHostTrace() member
Dxplane_builder.h255 void SetTimespan(Timespan timespan) { in SetTimespan()
/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_tf_functions.cc80 Timespan timespan; // timespan of this invocation. member
182 auto timespan = event.GetTimespan(); in TfFunctionExecutions() local
/external/python/pybind11/tests/
Dtest_chrono.cpp37 using timespan = std::chrono::duration<int64_t, std::nano>; in TEST_SUBMODULE() typedef