@[has_globals] module profile import time as _ __global v__profile_enabled = true pub fn state() bool { return v__profile_enabled } @[if profile] pub fn on(state bool) { v__profile_enabled = state }