Home
last modified time | relevance | path

Searched defs:time_in_ms (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/executorch/extension/llm/runner/
H A Dutil.h44 ET_EXPERIMENTAL long inline time_in_ms() { in time_in_ms() function
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/protobuf/
H A Dinput_pipeline.proto103 double time_in_ms = 3; field
/aosp_15_r20/system/core/bootstat/
H A Dbootstat.cpp1160 int32_t time_in_ms; in RecordInitBootTimeProp() local
/aosp_15_r20/frameworks/native/services/surfaceflinger/
H A DLayer.cpp226 int64_t time_in_ms, bool leaveState) { in updateTrustedPresentationState()
/aosp_15_r20/external/perfetto/test/
H A Dsynth_common.py34 def ms_to_ns(time_in_ms): argument