Searched refs:TotalTime (Results 1 – 4 of 4) 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) << I.second << "\n"; in dumpHelper() 268 double TotalTime = LastTimestamp - FirstTimestamp; in dump() local 269 assert(TotalTime); in dump() 291 dumpHelper(Str, CumulativeMap, TotalTime, NoAddPercents); in dump() 304 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/tensorflow/tensorflow/core/graph/ |
D | costmodel.h | 106 Microseconds TotalTime(const Node* node) const;
|
D | costmodel.cc | 217 Microseconds CostModel::TotalTime(const Node* node) const { in TotalTime() function in tensorflow::CostModel 230 return std::max(kMinTimeEstimate, TotalTime(node) / std::max(1, count)); in TimeEstimate()
|