MCPcopy Create free account
hub / github.com/Vhonowslend/StreamFX-Public / instance

Method instance

source/util/util-profiler.cpp:135–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135streamfx::util::profiler::instance::instance(std::shared_ptr<streamfx::util::profiler> parent)
136 : _parent(parent), _start(std::chrono::high_resolution_clock::now())
137{}
138
139streamfx::util::profiler::instance::~instance()
140{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected