Searched refs:node_name (Results 1 – 3 of 3) sorted by relevance
/hardware/google/camera/common/profiler/ |
D | profiler.cc | 129 std::string node_name; member 136 TimeResult(std::string node_name, float min_dt, float max_dt, float avg_dt, in TimeResult() 138 : node_name(node_name), in TimeResult() 361 for (const auto& [node_name, time_series] : timing_map_) { in PrintResult() 399 TimeSlot& frame_rate = frame_rate_map_[node_name]; in PrintResult() 407 {node_name, min_dt, max_dt, mean_dt, avg_count, fps, mean_max_stddevs}); in PrintResult() 418 result.node_name.c_str(), result.min_dt, result.max_dt, result.avg_dt, in PrintResult() 424 result.node_name.c_str(), result.min_dt, result.max_dt, result.avg_dt, in PrintResult() 441 for (const auto& [node_name, time_series] : timing_map_) { in DumpTxt() 442 fout << node_name << " "; in DumpTxt() [all …]
|
/hardware/google/pixel/power-libperfmgr/libperfmgr/ |
D | HintManager.cc | 379 const std::string &node_name = nodes[i]->GetName(); in GetFromJSON() local 388 LOG(INFO) << "[" << tag << ":" << node_name << "] set to '" << profile_name in GetFromJSON() 395 LOG(INFO) << "[" << tag << ":" << node_name << "] fallback to '" << adpfs[0]->mName in GetFromJSON() 654 std::string node_name = actions[i]["Node"].asString(); in ParseActions() local 655 LOG(VERBOSE) << "Action[" << i << "]'s Node: " << node_name; in ParseActions() 658 if (nodes_index.find(node_name) == nodes_index.end()) { in ParseActions() 660 << "Action[" << i << "]'s Node from Nodes section: [" << node_name in ParseActions() 665 node_index = nodes_index[node_name]; in ParseActions() 674 << " is not defined in Node[" << node_name << "]"; in ParseActions()
|
/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/ |
D | HintManager.h | 141 std::shared_ptr<AdpfConfig> GetAdpfProfile(const std::string &node_name = "OTHER") const;
|