# Metric enhancement 1. If no measure tag specified in `@MeasureTime` or `@MeasureCount`, it shall use `${class.simpleName}.${methodName}` as tag, instead of `${methodName}` 2. Allow it to toggle measure time of every function call at runtime for any method even without `@MeasureTime` specified.