Searched defs:getCurTime (Results 1 – 2 of 2) sorted by relevance
72 nsecs_t getCurTime() { return systemTime(CLOCK_MONOTONIC); } in getCurTime() function
47 public long getCurTime() { return System.nanoTime(); } in getCurTime() method in Stats