Sign in
bazel
/
bazel
/
d41e08e3fdcc94379aabeced35530efe263ca241
/
src
/
test
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
testutil
/
ManualClock.java
f88f4d8
Rationalize copyright headers
by Damien Martin-Guillerez
· 10 years ago
c5102fc
Compute action start time in critical path using Clock.currentTimeMillis instead of nanoTime. As nanoTime should only be used to compute time differences. To avoid having to pass two long values representing time (And calling twice to Clock.xxx methods per action executed) we compute the wall time by passing a clock and computing the difference from the start nano time.
by Miguel Alcon Pinto
· 10 years ago
d08b27f
Update from Google.
by Han-Wen Nienhuys
· 10 years ago