enable method

void enable()

Enable tracing data collection

Implementation

void enable() {
  _enabled = true;
}