Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ getTotalExecutionTime
Method
getTotalExecutionTime
src/CppUTest/TestResult.cpp:123–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
}
122
123
size_t TestResult::getTotalExecutionTime() const
124
{
125
return totalExecutionTime_;
126
}
127
128
void TestResult::setTotalExecutionTime(size_t exTime)
129
{
Callers
1
printTestsEnded
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected