Home
last modified time | relevance | path

Searched refs:other_child (Results 1 – 1 of 1) sorted by relevance

/external/gemmlowp/profiling/
Dprofiler.h221 Node* other_child = new Node; in AddOtherChildrenToNode() local
222 other_child->label = in AddOtherChildrenToNode()
224 other_child->weight = node->weight - top_level_children_weight; in AddOtherChildrenToNode()
225 node->children.push_back(other_child); in AddOtherChildrenToNode()