| 64 | } |
| 65 | |
| 66 | bool isVisibleNode(const ProfileTreeEntry& entry) { return entry.smoothedMs > 0.0001; } |
| 67 | |
| 68 | void drawTreeNode(const std::vector<ProfileTreeEntry>& entries, size_t index, double totalTrackedMs) { |
| 69 | if (index >= entries.size()) { |
no outgoing calls
no test coverage detected