OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaxTime
(Results
1 - 4
of
4
) sorted by null
/external/llvm/unittests/Support/
ProcessTest.cpp
35
EXPECT_GT(TimeValue::
MaxTime
, process::get_self()->get_user_time());
37
EXPECT_GT(TimeValue::
MaxTime
, process::get_self()->get_system_time());
39
EXPECT_GT(TimeValue::
MaxTime
, process::get_self()->get_wall_time());
/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/lib/Support/
TimeValue.cpp
26
const TimeValue TimeValue::
MaxTime
= TimeValue ( INT64_MAX,0 );
/external/llvm/include/llvm/Support/
TimeValue.h
44
/// value permissible by the class.
MaxTime
is some point
47
static const TimeValue
MaxTime
;
Completed in 393 milliseconds