Searched refs:TotalTime (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceTimerTree.cpp | 234 void dumpHelper(Ostream &Str, const DumpMapType &Map, double TotalTime, in dumpHelper() argument 242 TotalTime = 0; in dumpHelper() 244 TotalTime += I.first; in dumpHelper() 252 I.first * 100 / TotalTime, Sum * 100 / TotalTime) in dumpHelper() 256 I.first * 100 / TotalTime) in dumpHelper() 269 double TotalTime = LastTimestamp - FirstTimestamp; in dump() local 270 assert(TotalTime); in dump() 293 dumpHelper(Str, CumulativeMap, TotalTime, NoAddPercents); in dump() 307 dumpHelper(Str, FlatMap, TotalTime, AddPercents); in dump()
|
/external/clang/utils/analyzer/ |
D | SumTimerInfo.py | 23 TotalTime = 0.0 variable 71 TotalTime = TotalTime + float(s[6]) variable 82 print "TotalTime %f" % (TotalTime)
|
/external/mesa3d/src/intel/perf/ |
D | gen_perf_mdapi.h | 41 uint64_t TotalTime; member 59 uint64_t TotalTime; member 85 uint64_t TotalTime; member
|
D | gen_perf_mdapi.c | 58 mdapi_data->TotalTime = in gen_perf_query_result_write_mdapi() 80 mdapi_data->TotalTime = in gen_perf_query_result_write_mdapi() 111 mdapi_data->TotalTime = in gen_perf_query_result_write_mdapi() 242 MDAPI_QUERY_ADD_COUNTER(query, metric_data, TotalTime, UINT64); in gen_perf_register_mdapi_oa_query() 267 MDAPI_QUERY_ADD_COUNTER(query, metric_data, TotalTime, UINT64); in gen_perf_register_mdapi_oa_query() 304 MDAPI_QUERY_ADD_COUNTER(query, metric_data, TotalTime, UINT64); in gen_perf_register_mdapi_oa_query()
|
/external/llvm-project/libc/benchmarks/ |
D | LibcBenchmark.h | 135 Duration TotalTime = {}; variable 144 TotalTime += M.Elapsed; in update() 146 return TotalTime / TotalIterations; in update()
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | Program.h | 58 std::chrono::microseconds TotalTime; member
|
/external/tensorflow/tensorflow/core/graph/ |
D | costmodel.h | 114 Microseconds TotalTime(const Node* node) const;
|
D | costmodel.cc | 219 Microseconds CostModel::TotalTime(const Node* node) const { in TotalTime() function in tensorflow::CostModel 232 return std::max(kMinTimeEstimate, TotalTime(node) / std::max(1, count)); in TimeEstimate()
|
/external/llvm-project/llvm/unittests/Support/ |
D | ProgramTest.cpp | 362 ASSERT_GE(ProcStat->TotalTime, ProcStat->UserTime); in TEST_F()
|
/external/angle/third_party/vulkan_memory_allocator/src/ |
D | Tests.cpp | 106 duration TotalTime; member 167 duration TotalTime; member 220 outResult.TotalTime = duration::zero(); in InitResult() 674 outResult.TotalTime = std::chrono::high_resolution_clock::now() - timeBeg; in MainTest() 4642 outResult.TotalTime = std::chrono::high_resolution_clock::now() - timeBeg; in TestPool_Benchmark() 5398 float totalTimeSeconds = ToFloatSeconds(result.TotalTime); in WriteMainTestResult() 5452 float totalTimeSeconds = ToFloatSeconds(result.TotalTime); in WritePoolTestResult()
|
/external/llvm-project/clang/lib/Driver/ |
D | Driver.cpp | 3958 << format("%.3f", ProcStat->TotalTime.count() / 1000.) << " ms" in BuildJobs() 3974 Out << ',' << ProcStat->TotalTime.count() << ',' in BuildJobs()
|