getNanoTime static method

int getNanoTime()

Returns the current simulated nanotime.

Implementation

static int getNanoTime() {
  TimeUtils tu = TimeUtils();
  return tu._ns;
}