Home
last modified time | relevance | path

Searched refs:totalStartTime (Results 1 – 4 of 4) sorted by relevance

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/
H A DFsVolumeList.java181 long totalStartTime = Time.monotonicNow(); in getAllVolumesMap() local
219 long totalTimeTaken = Time.monotonicNow() - totalStartTime; in getAllVolumesMap()
393 long totalStartTime = Time.monotonicNow(); in addBlockPool() local
432 long totalTimeTaken = Time.monotonicNow() - totalStartTime; in addBlockPool()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/seqan_tcoffee/
H A Dseqan_tcoffee.cpp502 double totalStartTime = sysTime(); in main() local
540 …:left << "Total time:" << std::setw(10) << std::right << sysTime() - totalStartTime << " s" << st… in main()
/dports/cad/ngspice_rework/ngspice-35/src/ciderlib/oned/
H A Donesolve.c46 double startTime, totalStartTime; in ONEdcSolve() local
58 totalStartTime = SPfrontEnd->IFseconds(); in ONEdcSolve()
219 totalTime += SPfrontEnd->IFseconds() - totalStartTime; in ONEdcSolve()
/dports/cad/ngspice_rework/ngspice-35/src/ciderlib/twod/
H A Dtwosolve.c44 double startTime, totalStartTime; in TWOdcSolve() local
49 totalStartTime = SPfrontEnd->IFseconds(); in TWOdcSolve()
231 totalTime += SPfrontEnd->IFseconds() - totalStartTime; in TWOdcSolve()