Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DaedalusX64/daedalus
/ operator()
Method
operator()
Source/Utility/Profiler.cpp:202–205 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
200
struct SortByCallstack
201
{
202
bool operator()( const CProfileCallstack * a, const CProfileCallstack * b )
203
{
204
return a->Compare( *b ) > 0;
205
}
206
};
207
208
Callers
nothing calls this directly
Calls
1
Compare
Method · 0.45
Tested by
no test coverage detected