Searched refs:accu_pct (Results 1 – 1 of 1) sorted by relevance
32 double accu_pct = 0.0; in FormatToalExecTime() local35 accu_pct = 100.0 * node->proto().total_exec_micros() / in FormatToalExecTime()44 accu_pct, pct) in FormatToalExecTime()48 double accu_pct = 0.0; in FormatCPUExecTime() local51 accu_pct = 100.0 * node->proto().total_cpu_exec_micros() / in FormatCPUExecTime()61 accu_pct, pct) in FormatCPUExecTime()66 double accu_pct = 0.0; in FormatAcceleratorExecTime() local69 accu_pct = 100.0 * node->proto().total_accelerator_exec_micros() / in FormatAcceleratorExecTime()79 accu_pct, pct) in FormatAcceleratorExecTime()213 double accu_pct = 0.0; in FormatMemoryNode() local[all …]