Home
last modified time | relevance | path

Searched refs:TIME_TOTAL (Results 1 – 12 of 12) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/common/
H A DtimeStats.h21 DEFINE_TIME_STAT( TIME_TOTAL, "Total", …
22 …R, "ASMToLLVMIR", TIME_TOTAL, …
23 …FLoading, "OCL LazyBiFLoading", TIME_TOTAL, …
24 …nPasses, "UnificationPasses", TIME_TOTAL, …
26 …onPasses, "OptimizationPasses", TIME_TOTAL, …
27 … "CodeGen", TIME_TOTAL, …
66 …counted, "Total Unaccounted", TIME_TOTAL, …
H A DStats.cpp526 if ( cti == TIME_TOTAL ) in parentIntervalDepth()
766 …getCompileTime(static_cast<COMPILE_TIME_INTERVALS>(i))/(double)getCompileTime(TIME_TOTAL) * 100. ); in printSumTimeCSV()
929 uint64_t timeNotInCoarse = getCompileTime(TIME_TOTAL); in printSumTimeTable()
938 if (interval != TIME_TOTAL) in printSumTimeTable()
945 …FS.PadToColumn(percCol) << str(intervalTicks / (double)getCompileTime(TIME_TOTAL) * 100.0, colWidt… in printSumTimeTable()
955 …FS.PadToColumn(percCol) << str(timeNotInCoarse / (double)getCompileTime(TIME_TOTAL) * 100.0, colWi… in printSumTimeTable()
973 …FS.PadToColumn(percCol) << str(intervalTicks / (double)getCompileTime(TIME_TOTAL) * 100.0, colWidt… in printSumTimeTable()
H A DCompilerStatsUtils.cpp24 cStats.SetF64("TimeTotal(ms)", ctStats->getCompileTimeMS(TIME_TOTAL)); in RecordCompileTimeStats()
H A DStats.hpp371 if((pointer)->m_sumCompilerTimeStats[i].getCompileTime(TIME_TOTAL) == 0) \
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/gc/
H A DNursery.cpp585 {"mkVals", TIME_TOTAL(traceValues)}, in collect()
586 {"mkClls", TIME_TOTAL(traceCells)}, in collect()
587 {"mkSlts", TIME_TOTAL(traceSlots)}, in collect()
588 {"mcWCll", TIME_TOTAL(traceWholeCells)}, in collect()
591 {"mkRntm", TIME_TOTAL(markRuntime)}, in collect()
592 {"mkDbgr", TIME_TOTAL(markDebugger)}, in collect()
594 {"collct", TIME_TOTAL(collectToFP)}, in collect()
599 {" sweep", TIME_TOTAL(sweep)}, in collect()
600 {"resize", TIME_TOTAL(resize)}, in collect()
601 {"pretnr", TIME_TOTAL(pretenure)}, in collect()
[all …]
/dports/science/nest/nest-simulator-3.1/testsuite/
H A Djunit_xml.sh74 TIME_TOTAL=0
91 TIME_TOTAL=0
142 portable_inplace_sed "${JUNIT_FILE}" "s/time=XXX/time=\"${TIME_TOTAL}\"/"
H A Drun_test.sh110 TIME_TOTAL=$(( ${TIME_TOTAL} + ${TIME_ELAPSED} ))
H A Ddo_tests.sh416 TIME_TOTAL=$(( ${TIME_TOTAL} + ${TIME_ELAPSED} ))
/dports/www/domoticz/domoticz-2020.2/hardware/
H A DEc3kMeterTCP.cpp43 #define TIME_TOTAL "time_total" macro
207 if (data[TIME_TOTAL].empty() == true) in ParseData()
/dports/audio/xmcd/xmcd-3.3.2/xmcd_d/
H A Ddbprog.h40 #define TIME_TOTAL 1 macro
H A Ddbprog.c322 if (time_mode == TIME_TOTAL) { in dbprog_listupd_ent()
5627 if (time_mode == TIME_TOTAL) in dbprog_timedpy()
5630 time_mode = TIME_TOTAL; in dbprog_timedpy()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/
H A DdllInterfaceCompute.cpp1062 COMPILER_TIME_START(&oclContext, TIME_TOTAL); in TranslateBuildSPMD()
1333 COMPILER_TIME_END(&oclContext, TIME_TOTAL); in TranslateBuildSPMD()