reset static method

void reset()

Reset số liệu (nếu muốn đo lại từ đầu)

Implementation

static void reset() {
  reactiveNotifyCount = 0;
  observerBuildCount = 0;
  totalNotifyTimeMicroseconds = 0;
}