pub fn zone_stop(handle: i64) -> f64Expand description
Stop a zone previously started by zone_start. Updates the aggregated
ZoneStats and returns the elapsed seconds as f64. Returns -1.0 for
an unknown handle (never panics).
pub fn zone_stop(handle: i64) -> f64Stop a zone previously started by zone_start. Updates the aggregated
ZoneStats and returns the elapsed seconds as f64. Returns -1.0 for
an unknown handle (never panics).