pub type Timer = _Timer;
struct Timer { pub start: f64, pub stop: f64, pub total: f64, }
start: f64
stop: f64
total: f64