MCPcopy Create free account
hub / github.com/Kitware/CMake / SetTimeLimit

Method SetTimeLimit

Source/cmCTest.cxx:3499–3503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3497}
3498
3499void cmCTest::SetTimeLimit(cmValue val)
3500{
3501 this->Impl->TimeLimit =
3502 val ? cmDuration(atof(val->c_str())) : cmCTest::MaxDuration();
3503}
3504
3505cmDuration cmCTest::GetElapsedTime() const
3506{

Callers 2

ProcessStepsMethod · 0.95
ExecuteHandlerCommandMethod · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected