enable method

void enable()

Enable the profiler.

Implementation

void enable() {
  _enabled = true;
}