| 10145 | |
| 10146 | public: |
| 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 |
nothing calls this directly
no test coverage detected