Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ Timer
Method
Timer
kdevplatform/language/duchain/tests/test_duchain.cpp:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
struct Timer
60
{
61
Timer()
62
{
63
m_timer.start();
64
}
65
qint64 elapsed()
66
{
67
return m_timer.nsecsElapsed();
Callers
nothing calls this directly
Calls
1
start
Method · 0.45
Tested by
no test coverage detected