now 287 MMgc/GC.cpp adjustR_startTime = now(); now 294 MMgc/GC.cpp adjustR_totalTime += now() - adjustR_startTime; now 445 MMgc/GC.cpp timeStartOfLastCollection = now(); now 489 MMgc/GC.cpp start_time = now(); now 500 MMgc/GC.cpp uint64_t t = now(); now 511 MMgc/GC.h uint64_t now(); now 265 shell/ShellCore.cpp double then = 0, now = 0; now 271 shell/ShellCore.cpp now = VMPI_getDate(); now 275 shell/ShellCore.cpp console << "Elapsed time: " << (now - then)/1000 << "s\n"; now 405 vprof/vprof.cpp uint64_t now = _rdtsc(); now 406 vprof/vprof.cpp uint64_t v = _tprof_before ? now-_tprof_before : 0; now 407 vprof/vprof.cpp _tprof_before = now;