HomeSort by relevance Sort by last modified time
    Searched refs:MaxTime (Results 1 - 2 of 2) sorted by null

  /external/clang/utils/analyzer/
SumTimerInfo.py 24 MaxTime = 0.0
42 if (float(s[6]) > MaxTime) :
43 MaxTime = float(s[6])
81 print "MaxTime %f" % (MaxTime)
  /external/llvm/include/llvm/Support/
TimeValue.h 46 /// value permissible by the class. MaxTime is some point
49 static TimeValue MaxTime() {

Completed in 209 milliseconds