![]() |
PandA-2024.02
|
Class specification for storing profiling information. More...
#include "config_HAVE_UNORDERED.hpp"#include "basic_block.hpp"#include "graph.hpp"#include "custom_map.hpp"#include "custom_set.hpp"#include "refcount.hpp"

Go to the source code of this file.
Data Structures | |
| class | PathProfilingInformation |
| Map storing path profiling information. More... | |
| class | BBExecutions |
| Map storing number of executions of each basic block. More... | |
| class | BBEdgeExecutions |
| Map storing number of executions of each basic block edge. More... | |
| class | AvgIterations |
| Map storing number of average iterations. More... | |
| class | Iterations |
| Map storing number of abs/max iterations. More... | |
| class | ProfilingInformation |
| Definition of the profiling information class. More... | |
Typedefs | |
| using | ProfilingInformationRef = refcount< ProfilingInformation > |
Functions | |
| CONSTREF_FORWARD_DECL (BBGraph) | |
| Autoheader. More... | |
| CONSTREF_FORWARD_DECL (Loop) | |
Class specification for storing profiling information.
This structure stores information about loop and path profiling
Definition in file profiling_information.hpp.
Definition at line 277 of file profiling_information.hpp.
| CONSTREF_FORWARD_DECL | ( | BBGraph | ) |
Autoheader.
Behavior include Graph include STL include Utility include
| CONSTREF_FORWARD_DECL | ( | Loop | ) |
1.8.13