Home
last modified time | relevance | path

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

/openbmc/google-misc/subprojects/ncsid/src/
H A Dncsi_state_machine.cpp43 static std::chrono::steady_clock::time_point last_line_time; in do_log() local
48 if (line != last_line || line_dup_time + last_line_time < now) in do_log()
57 last_line_time = now; in do_log()