| 133 | } |
| 134 | |
| 135 | streamfx::util::profiler::instance::instance(std::shared_ptr<streamfx::util::profiler> parent) |
| 136 | : _parent(parent), _start(std::chrono::high_resolution_clock::now()) |
| 137 | {} |
| 138 | |
| 139 | streamfx::util::profiler::instance::~instance() |
| 140 | { |
nothing calls this directly
no outgoing calls
no test coverage detected