Home
last modified time | relevance | path

Searched refs:node_name (Results 1 – 3 of 3) sorted by relevance

/hardware/google/camera/common/profiler/
Dprofiler.cc129 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/gfxstream/codegen/vulkan/vulkan-docs-next/xml/
Dgenerate-core-block.rb39 if element.node_name != 'text' && element.node_name != 'comment'
45 case element.node_name
61 core_block << "Warning: Unknown type found!\n" << element.node_name
/hardware/google/pixel/power-libperfmgr/libperfmgr/
DHintManager.cc589 std::string node_name = actions[i]["Node"].asString(); in ParseActions() local
590 LOG(VERBOSE) << "Action[" << i << "]'s Node: " << node_name; in ParseActions()
593 if (nodes_index.find(node_name) == nodes_index.end()) { in ParseActions()
595 << "Action[" << i << "]'s Node from Nodes section: [" << node_name in ParseActions()
600 node_index = nodes_index[node_name]; in ParseActions()
609 << " is not defined in Node[" << node_name << "]"; in ParseActions()