Home
last modified time | relevance | path

Searched refs:log_current_time (Results 1 – 2 of 2) sorted by relevance

/tools/netsim/rust/common/src/util/
Dnetsim_logger.rs29 use crate::util::time_display::log_current_time;
43 log_current_time(), in init()
62 format!("{} {} \t| netsim-test: {}", level, log_current_time(), record.args()); in init_for_test()
Dtime_display.rs105 pub fn log_current_time() -> String { in log_current_time() function