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

/system/extras/simpleperf/
H A DSampleDisplayer.h136 uint64_t parent_period, bool last) {
141 if (node->period + node->children_period != parent_period) {
143 100.0 * (node->period + node->children_period) / parent_period;
134 DisplayCallGraphEntry(FILE* fp, size_t depth, std::string prefix, const std::unique_ptr<CallChainNodeT>& node, uint64_t parent_period, bool last) argument

Completed in 48 milliseconds