Searched refs:hlo_cycles_executed (Results 1 – 1 of 1) sorted by relevance
1362 double hlo_cycles_executed = profile_->GetCyclesTakenBy(*instr); in GetInstructionNodeExtraInfo() local1365 if (hlo_cycles_executed > 0 && total_cycles_executed > 0) { in GetInstructionNodeExtraInfo()1368 100 * hlo_cycles_executed / total_cycles_executed)); in GetInstructionNodeExtraInfo()