pub type Entry { Entry(stage: String, ms: Int) }
Entry(stage: String, ms: Int)
pub fn enabled() -> Bool
pub fn log(stage: String, ms: Int) -> Nil
pub fn now_ms() -> Int
pub fn time(stage: String, thunk: fn() -> a) -> a
pub fn time_result( stage: String, thunk: fn() -> Result(a, e), ) -> Result(a, e)