Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ getCurrentTestTotalExecutionTime
Method
getCurrentTestTotalExecutionTime
src/CppUTest/TestResult.cpp:133–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
size_t TestResult::getCurrentTestTotalExecutionTime() const
134
{
135
return currentTestTotalExecutionTime_;
136
}
137
138
size_t TestResult::getCurrentGroupTotalExecutionTime() const
139
{
Callers
3
printCurrentTestEnded
Method · 0.80
printCurrentTestEnded
Method · 0.80
printCurrentTestEnded
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected