pub fn llama_time_us() -> i64
get the time (in microseconds) according to llama.cpp
let time = llama_time_us(); assert!(time > 0);