Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ setTotalExecutionTime
Method
setTotalExecutionTime
src/CppUTest/TestResult.cpp:128–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
126
}
127
128
void TestResult::setTotalExecutionTime(size_t exTime)
129
{
130
totalExecutionTime_ = exTime;
131
}
132
133
size_t TestResult::getCurrentTestTotalExecutionTime() const
134
{
Callers
2
setup
Function · 0.80
setup
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected