def timer(name): return timingCenter().timer(name)
def timingCenter(): from TimingCenter import timingCenter return timingCenter()