PandA-2024.02
|
xml nodes of host profiling data More...
Go to the source code of this file.
Macros | |
#define | STR_XML_host_profiling_abs_iterations "abs_iteration" |
The node containing information about absolute iterations of a loop. More... | |
#define | STR_XML_host_profiling_abs_iteration "abs_iteration" |
The node containing information about absolute iterations of loop. More... | |
#define | STR_XML_host_profiling_avg_iteration "avg_iteration" |
The node containing information about average iterations of a loop. More... | |
#define | STR_XML_host_profiling_avg_iterations "avg_iterations" |
The node containing information about average iterations of loops. More... | |
#define | STR_XML_host_profiling_bb_execution "bb_execution" |
The node containing information about executions of a basic block. More... | |
#define | STR_XML_host_profiling_bb_executions "bb_executions" |
The node containing information about basic blocks executions. More... | |
#define | STR_XML_host_profiling_cers "cers" |
The attribute containing the sequence of cers of the path. More... | |
#define | STR_XML_host_profiling_edge_execution "edge_execution" |
The node containing information about executions of a basic block. More... | |
#define | STR_XML_host_profiling_edge_executions "edge_executions" |
The node containing information about basic blocks executions. More... | |
#define | STR_XML_host_profiling_executions "executions" |
The attribute containing the number of executions of a basic block. More... | |
#define | STR_XML_host_profiling_frequency "frequency" |
The attribute containing the frequency of a path. More... | |
#define | STR_XML_host_profiling_function "function" |
The node containing information about profiling of a function. More... | |
#define | STR_XML_host_profiling_name "function_name" |
The attribute containing the name of the function. More... | |
#define | STR_XML_host_profiling_id "id" |
The attribute containing the id of a bb, function or loop. More... | |
#define | STR_XML_host_profiling_iterations "iterations" |
The attribute containing the number of iterations. More... | |
#define | STR_XML_host_profiling_max_iteration "max_iteration" |
The node containing information about max iterations of a loop. More... | |
#define | STR_XML_host_profiling_max_iterations "max_iterations" |
The node containing information about max iterations of loops. More... | |
#define | STR_XML_host_profiling_overhead_EPP_time "EPP_time" |
The node containing the EPP overhead time. More... | |
#define | STR_XML_host_profiling_overhead_HPP_time "HPP_time" |
The node containing the HPP overhead time. More... | |
#define | STR_XML_host_profiling_overhead_time "profiling_overhead_time" |
The root of the profiling overhead time file. More... | |
#define | STR_XML_host_profiling_overhead_value "value" |
The attribute containing the value of a node. More... | |
#define | STR_XML_host_profiling_path "path" |
The node containing information about a single path. More... | |
#define | STR_XML_host_profiling_paths "profiling_paths" |
The node containing information path profiling. More... | |
#define | STR_XML_host_profiling_paths_loop "loop" |
The node containing information about path profiling in a loop. More... | |
#define | STR_XML_host_profiling_root "host_profiling_data" |
The root. More... | |
#define | STR_XML_host_profiling_source_id "source" |
The attribute containing id of the source vertex of the edge. More... | |
#define | STR_XML_host_profiling_target_id "target" |
The attribute containing id of the target vertex of the edge. More... | |
xml nodes of host profiling data
Definition in file host_profiling_xml.hpp.
#define STR_XML_host_profiling_abs_iteration "abs_iteration" |
The node containing information about absolute iterations of loop.
Definition at line 45 of file host_profiling_xml.hpp.
Referenced by ProfilingInformation::WriteToXml().
#define STR_XML_host_profiling_abs_iterations "abs_iteration" |
The node containing information about absolute iterations of a loop.
Definition at line 42 of file host_profiling_xml.hpp.
Referenced by ProfilingInformation::WriteToXml().
#define STR_XML_host_profiling_avg_iteration "avg_iteration" |
The node containing information about average iterations of a loop.
Definition at line 48 of file host_profiling_xml.hpp.
Referenced by ProfilingInformation::WriteToXml().
#define STR_XML_host_profiling_avg_iterations "avg_iterations" |
The node containing information about average iterations of loops.
Definition at line 51 of file host_profiling_xml.hpp.
Referenced by ProfilingInformation::WriteToXml().
#define STR_XML_host_profiling_bb_execution "bb_execution" |
The node containing information about executions of a basic block.
Definition at line 54 of file host_profiling_xml.hpp.
Referenced by ProfilingInformation::WriteToXml().
#define STR_XML_host_profiling_bb_executions "bb_executions" |
The node containing information about basic blocks executions.
Definition at line 57 of file host_profiling_xml.hpp.
Referenced by ProfilingInformation::WriteToXml().
#define STR_XML_host_profiling_cers "cers" |
The attribute containing the sequence of cers of the path.
Definition at line 60 of file host_profiling_xml.hpp.
Referenced by ProfilingInformation::WriteToXml().
#define STR_XML_host_profiling_edge_execution "edge_execution" |
The node containing information about executions of a basic block.
Definition at line 63 of file host_profiling_xml.hpp.
Referenced by ProfilingInformation::WriteToXml().
#define STR_XML_host_profiling_edge_executions "edge_executions" |
The node containing information about basic blocks executions.
Definition at line 66 of file host_profiling_xml.hpp.
Referenced by ProfilingInformation::WriteToXml().
#define STR_XML_host_profiling_executions "executions" |
The attribute containing the number of executions of a basic block.
Definition at line 69 of file host_profiling_xml.hpp.
Referenced by ProfilingInformation::WriteToXml().
#define STR_XML_host_profiling_frequency "frequency" |
The attribute containing the frequency of a path.
Definition at line 72 of file host_profiling_xml.hpp.
Referenced by ProfilingInformation::WriteToXml().
#define STR_XML_host_profiling_function "function" |
The node containing information about profiling of a function.
Definition at line 75 of file host_profiling_xml.hpp.
#define STR_XML_host_profiling_id "id" |
The attribute containing the id of a bb, function or loop.
Definition at line 81 of file host_profiling_xml.hpp.
Referenced by ProfilingInformation::WriteToXml().
#define STR_XML_host_profiling_iterations "iterations" |
The attribute containing the number of iterations.
Definition at line 84 of file host_profiling_xml.hpp.
Referenced by ProfilingInformation::WriteToXml().
#define STR_XML_host_profiling_max_iteration "max_iteration" |
The node containing information about max iterations of a loop.
Definition at line 87 of file host_profiling_xml.hpp.
Referenced by ProfilingInformation::WriteToXml().
#define STR_XML_host_profiling_max_iterations "max_iterations" |
The node containing information about max iterations of loops.
Definition at line 90 of file host_profiling_xml.hpp.
Referenced by ProfilingInformation::WriteToXml().
#define STR_XML_host_profiling_name "function_name" |
The attribute containing the name of the function.
Definition at line 78 of file host_profiling_xml.hpp.
#define STR_XML_host_profiling_overhead_EPP_time "EPP_time" |
The node containing the EPP overhead time.
Definition at line 93 of file host_profiling_xml.hpp.
#define STR_XML_host_profiling_overhead_HPP_time "HPP_time" |
The node containing the HPP overhead time.
Definition at line 96 of file host_profiling_xml.hpp.
#define STR_XML_host_profiling_overhead_time "profiling_overhead_time" |
The root of the profiling overhead time file.
Definition at line 99 of file host_profiling_xml.hpp.
#define STR_XML_host_profiling_overhead_value "value" |
The attribute containing the value of a node.
Definition at line 102 of file host_profiling_xml.hpp.
#define STR_XML_host_profiling_path "path" |
The node containing information about a single path.
Definition at line 105 of file host_profiling_xml.hpp.
Referenced by ProfilingInformation::WriteToXml().
#define STR_XML_host_profiling_paths "profiling_paths" |
The node containing information path profiling.
Definition at line 108 of file host_profiling_xml.hpp.
Referenced by ProfilingInformation::WriteToXml().
#define STR_XML_host_profiling_paths_loop "loop" |
The node containing information about path profiling in a loop.
Definition at line 111 of file host_profiling_xml.hpp.
Referenced by ProfilingInformation::WriteToXml().
#define STR_XML_host_profiling_root "host_profiling_data" |
The root.
Definition at line 114 of file host_profiling_xml.hpp.
#define STR_XML_host_profiling_source_id "source" |
The attribute containing id of the source vertex of the edge.
Definition at line 117 of file host_profiling_xml.hpp.
Referenced by ProfilingInformation::WriteToXml().
#define STR_XML_host_profiling_target_id "target" |
The attribute containing id of the target vertex of the edge.
Definition at line 120 of file host_profiling_xml.hpp.
Referenced by ProfilingInformation::WriteToXml().