resetNanoTime static method
Resets the currently tracked nanoTime.
Implementation
static void resetNanoTime() {
TimeUtils tu = TimeUtils();
tu._ns = 0;
}
Resets the currently tracked nanoTime.
static void resetNanoTime() {
TimeUtils tu = TimeUtils();
tu._ns = 0;
}