Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DaedalusX64/daedalus
/ StartTiming
Method
StartTiming
Source/Utility/Profiler.cpp:382–388 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
380
}
381
382
void CProfileCallstack::StartTiming()
383
{
384
DAEDALUS_ASSERT( mStartTime == 0,
"Already timing - recursive?"
);
385
386
mHitCount++;
387
mStartTime = GetNow();
388
}
389
390
void CProfileCallstack::StopTiming( u64 now )
391
{
Callers
2
Update
Method · 0.80
Enter
Method · 0.80
Calls
1
GetNow
Function · 0.85
Tested by
no test coverage detected