MCPcopy Create free account
hub / github.com/DmitriBogdanov/UTL / ThreadCallGraph

Method ThreadCallGraph

single_include/UTL.hpp:10147–10151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10145
10146public:
10147 ThreadCallGraph() {
10148 profiler.call_graph_add(this->thread_id);
10149
10150 this->create_root_node();
10151 }
10152
10153 ~ThreadCallGraph() { this->upload_results(true); }
10154

Callers

nothing calls this directly

Calls 2

create_root_nodeMethod · 0.95
call_graph_addMethod · 0.45

Tested by

no test coverage detected