Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aliasIsolation/aliasIsolation
/ ProfileBlock
Class
ProfileBlock
src/dll/profiler.h:65–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
};
64
65
class ProfileBlock
66
{
67
public:
68
69
ProfileBlock(const std::string& name);
70
~ProfileBlock();
71
72
protected:
73
74
std::string name;
75
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected