Searched defs:CallChainRoot (Results 1 - 1 of 1) sorted by relevance

/system/extras/simpleperf/
H A Dcallchain.h39 struct CallChainRoot { struct
44 CallChainRoot() : children_period(0) {} function in struct:CallChainRoot
93 std::sort(v->begin(), v->end(), CallChainRoot::CompareNodeByPeriod);

Completed in 49 milliseconds