Searched refs:dur (Results 1 – 3 of 3) sorted by relevance
/build/soong/ui/metrics/ |
D | time_test.go | 26 dur := time.Nanosecond * 10 28 _now = func() time.Time { return startTime.Add(dur) } 39 if perf.GetRealTime() != uint64(dur.Nanoseconds()) { 40 t.Errorf("got %d, want %d nanoseconds for event duration", perf.GetRealTime(), dur.Nanoseconds())
|
/build/make/tools/releasetools/ |
D | edify_generator.py | 154 def ShowProgress(self, frac, dur): argument 158 self.script.append("show_progress(%f, %d);" % (frac, int(dur)))
|
D | common.py | 2650 dur = time.time() - start 2662 "%8.2f sec %8d / %8d bytes (%6.2f%%) %s", dur, len(patch),
|