Searched refs:node_label (Results 1 – 3 of 3) sorted by relevance
105 const node_label = createElement("div", "node-label", node.label); constant106 nodeEl.appendChild(node_label);
617 std::string node_label; in SaveRecord() local618 stats->set_timeline_label(node_label); in SaveRecord()642 std::string node_label = absl::StrFormat("%d bytes", record.size_bytes); in SaveRecord() local643 stats->set_timeline_label(node_label); in SaveRecord()
781 string node_label = GetInstructionNodeLabel(instr); in DumpInstruction() local800 string node_body = node_label; in DumpInstruction()