Searched refs:last_cnt (Results 1 – 1 of 1) sorted by relevance
86 let mut last_cnt = 0; in handle_logs() localVariable105 info!("memory log rate: {} logs/s", x - last_cnt); in handle_logs()106 last_cnt = x; in handle_logs()