Searched refs:total_us_per_subgraph_map (Results 1 – 1 of 1) sorted by relevance
127 std::map<uint32_t, int64_t> total_us_per_subgraph_map; in ProcessProfiles() local187 total_us_per_subgraph_map[subgraph_index] += node_exec_time; in ProcessProfiles()194 for (auto& total_us_per_subgraph_pair : total_us_per_subgraph_map) { in ProcessProfiles()