getNanoTime static method
Returns the current simulated nanotime.
Implementation
static int getNanoTime() {
TimeUtils tu = TimeUtils();
return tu._ns;
}
Returns the current simulated nanotime.
static int getNanoTime() {
TimeUtils tu = TimeUtils();
return tu._ns;
}