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;
}
Reset số liệu (nếu muốn đo lại từ đầu)
static void reset() {
reactiveNotifyCount = 0;
observerBuildCount = 0;
totalNotifyTimeMicroseconds = 0;
}