Searched refs:node_total_bytes (Results 1 – 2 of 2) sorted by relevance
68 string FormatMemoryNode(int64 node_total_bytes, int64 root_total_bytes,
209 string TFOp::FormatMemoryNode(int64 node_total_bytes, int64 root_total_bytes, in FormatMemoryNode() argument214 accu_pct = 100.0 * node_total_bytes / root_total_bytes; in FormatMemoryNode()