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

Method ThreadCallGraph

include/UTL/profiler.hpp:646–650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

644
645public:
646 ThreadCallGraph() {
647 profiler.call_graph_add(this->thread_id);
648
649 this->create_root_node();
650 }
651
652 ~ThreadCallGraph() { this->upload_results(true); }
653

Callers

nothing calls this directly

Calls 2

create_root_nodeMethod · 0.95
call_graph_addMethod · 0.45

Tested by

no test coverage detected