enableProfileLog static method

void enableProfileLog(
  1. bool enable
)

Implementation

static void enableProfileLog(bool enable) {
  _kProfileEnable = enable;
}