Lines Matching defs:label
78 ScopedProfilingLabel label("Bar");
83 ScopedProfilingLabel label("Foo");
107 0.00% other (outside of any label)
160 const char* label;
162 Node() : label(nullptr), weight(0) {}
181 printf("%.2f%% %s\n", 100.0f * node->weight / root_.weight, node->label);
196 if (child->label == stack.labels[level]) {
203 child_to_add_to->label = stack.labels[level];
222 other_child->label =
223 node == &root_ ? "other (outside of any label)" : "other";
302 // only decrements the size, and doesn't null the popped label,
304 // under our feet until another label is pushed, at which point
305 // we are OK with getting either this new label or the old one.