Home
last modified time | relevance | path

Searched refs:TimeTotal (Results 1 – 20 of 20) sorted by relevance

/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/misc/test/unit/
H A Dchronometertest.h31 TimeTotal t(c); in testWorkRatio1()
40 double ratio = c->ratio<TimeCompute, TimeTotal>(); in testWorkRatio1()
47 TimeTotal t(c); in testWorkRatio2()
63 ratio = c->ratio<TimeCompute, TimeTotal>(); in testWorkRatio2()
66 ratio = c->ratio<TimeComputeGhost, TimeTotal>(); in testWorkRatio2()
69 ratio = c->ratio<TimeComputeInner, TimeTotal>(); in testWorkRatio2()
108 TimeTotal t(c); in testReport()
/dports/math/fricas/fricas-1.3.7/src/interp/
H A Dg-timer.boot167 PUT(name, 'TimeTotal, 0.0)
174 PUT('gc, 'TimeTotal, 0.0)
179 count := (GET(name, 'TimeTotal) or 0) + computeElapsedTime()
180 PUT(name, 'TimeTotal, count)
184 'TimeTotal, 'ClassTimeTotal, _
201 PUT('gc, 'TimeTotal, GET('gc, 'TimeTotal) +
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/opt/cut/
H A DcutMan.c204 void Cut_ManPrintStatsToFile( Cut_Man_t * p, char * pFileName, abctime TimeTotal ) in Cut_ManPrintStatsToFile() argument
213 fprintf( pTable, "%6.2f ", (float)(TimeTotal)/(float)(CLOCKS_PER_SEC) ); in Cut_ManPrintStatsToFile()
H A Dcut.h127 extern void Cut_ManPrintStatsToFile( Cut_Man_t * p, char * pFileName, abctime TimeTotal
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/StackExchange/httpunit/
H A Dhttpunit.go437 TimeTotal time.Duration member
463 r.TimeTotal = time.Now().Sub(t)
479 r.TimeTotal = time.Now().Sub(t)
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/main/
H A DmainInt.h92 double TimeTotal; // the total runtime of all commands member
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/parallelization/
H A Dserialsimulator.h79 TimeTotal t(&chronometer); in step()
H A Dstripingsimulator.h198 double myRatio = c.template ratio<TimeCompute, TimeTotal>(); in balanceLoad()
224 TimeTotal t(&chronometer); in nanoStep()
H A Dcacheblockingsimulator.h185 TimeTotal t(&chronometer); in hop()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/sat/bsat/
H A DsatProof.c394 static abctime TimeTotal = 0; in Sat_ProofReduce() local
451 TimeTotal += Abc_Clock() - clk; in Sat_ProofReduce()
452 Abc_PrintTime( 1, "Time", TimeTotal ); in Sat_ProofReduce()
H A DsatSolver2.c1408 static abctime TimeTotal = 0; in sat_solver2_reducedb() local
1576 TimeTotal += Abc_Clock() - clk; in sat_solver2_reducedb()
1581 Abc_PrintTime( 1, "Time", TimeTotal ); in sat_solver2_reducedb()
H A DsatSolver3.c1488 static abctime TimeTotal = 0; in sat_solver3_reducedb() local
1595 TimeTotal += Abc_Clock() - clk; in sat_solver3_reducedb()
1600 Abc_PrintTime( 1, "Time", TimeTotal ); in sat_solver3_reducedb()
H A DsatSolver.c1523 static abctime TimeTotal = 0; in sat_solver_reducedb() local
1630 TimeTotal += Abc_Clock() - clk; in sat_solver_reducedb()
1635 Abc_PrintTime( 1, "Time", TimeTotal ); in sat_solver_reducedb()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/cmd/scollector/collectors/
H A Dhttpunit.go69 ms := int64(r.Result.TimeTotal / time.Millisecond)
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/parallelization/hiparsimulator/
H A Dvanillastepper.h84 TimeTotal t(&chronometer); in update1()
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/misc/
H A Dchronometer.h122 DEFINE_EVENT(TimeTotal, ChronometerHelpers::BasicTimer, "total_time", 0)
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/sat/xsat/
H A DxsatSolver.c779 static abctime TimeTotal = 0; in xSAT_SolverReduceDB() local
826 TimeTotal += Abc_Clock() - clk; in xSAT_SolverReduceDB()
831 Abc_PrintTime( 1, "Time", TimeTotal ); in xSAT_SolverReduceDB()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/cmd/
H A Dcmd.c191 pAbc->TimeTotal += pAbc->TimeCommand; in CmdCommandTime()
202 pAbc->TimeTotal += pAbc->TimeCommand; in CmdCommandTime()
204 pAbc->TimeCommand, pAbc->TimeTotal ); in CmdCommandTime()
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/parallelization/hpxsimulator/
H A Dupdategroupserver.h285 TimeTotal t(&chrono); in nanoStep()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/abci/
H A Dabc.c1449 pAbc->TimeTotal += pAbc->TimeCommand; in Abc_CommandPrintStats()
1450 …bc_Print( 1, "elapse: %3.2f seconds, total: %3.2f seconds\n", pAbc->TimeCommand, pAbc->TimeTotal ); in Abc_CommandPrintStats()