Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/examples/
Dylong_timer_latency.rs34 let time = ylong_runtime::block_on(handler).unwrap(); in main() localVariable
56 let time = runtime.block_on(handler).unwrap(); in main() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Ddriver.rs45 time: Arc<TimeDriver>, field
/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/bin/
Dylong_runtime_async_benchmark.rs112 let time = st.elapsed().as_secs_f64(); in main() localVariable
/commonlibrary/ets_utils/js_sys_module/console/
Dconsole.cpp617 void Console::PrintTime(std::string timerName, double time, const std::string& log) in PrintTime()
/commonlibrary/ets_utils/js_sys_module/console/test/
Dtest_console.cpp91 void ConsoleTest::PrintTime(std::string timerName, double time, std::string& log) in PrintTime()