MCPcopy Create free account
hub / github.com/async-profiler/async-profiler / Node

Method Node

src/flameGraph.cpp:74–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 const Trie* _trie;
73
74 Node(u32 key, u32 order, const Trie* trie) : _key(key), _order(order), _trie(trie) {
75 }
76
77 static bool orderByName(const Node& a, const Node& b) {
78 return a._order < b._order;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected