MCPcopy 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
65class ProfileBlock
66{
67public:
68
69 ProfileBlock(const std::string& name);
70 ~ProfileBlock();
71
72protected:
73
74 std::string name;
75};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected