Home
last modified time | relevance | path

Searched refs:MaxTime (Results 1 – 3 of 3) sorted by relevance

/external/clang/utils/analyzer/
DSumTimerInfo.py24 MaxTime = 0.0 variable
42 if (float(s[6]) > MaxTime) :
43 MaxTime = float(s[6]) variable
81 print "MaxTime %f" % (MaxTime)
/external/llvm/lib/Support/
DTimeValue.cpp21 const TimeValue TimeValue::MaxTime = TimeValue ( INT64_MAX,0 ); member in llvm::TimeValue
/external/llvm/include/llvm/Support/
DTimeValue.h47 static const TimeValue MaxTime; variable