Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
645
public:
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_node
Method · 0.95
call_graph_add
Method · 0.45
Tested by
no test coverage detected