Lines Matching refs:startTime
842 startTime := time.Now()
886 duration := time.Since(startTime)
925 block.id, processStartTime.Sub(startTime))
950 numProcessed, time.Since(startTime))
999 f.verbosef("Loaded db and statted known dirs in %v\n", time.Since(startTime))
1001 f.verbosef("Loaded db and statted all dirs in %v\n", time.Now().Sub(startTime))
1009 startTime := time.Now()
1040 f.verbosef("Scanned filesystem (not using cache) in %v\n", time.Now().Sub(startTime))
1069 startTime := time.Now()
1077 f.verbosef("Generated %v cache entries in %v\n", len(nodes), discoveryDate.Sub(startTime))
1155 startTime := time.Now()
1165 f.verbosef("Serialized db in %v\n", serializeDate.Sub(startTime))