40 #ifndef BASIC_BLOCKS_PROFILING_HPP 41 #define BASIC_BLOCKS_PROFILING_HPP
RelationshipType
The relationship type.
const std::string profiling_source_file
The instrumented source code.
const CustomUnorderedSet< std::pair< FrontendFlowStepType, FunctionRelationship > > ComputeFrontendRelationships(const DesignFlowStep::RelationshipType relationship_type) const override
Return the set of analyses in relationship with this design step.
Class to perform profiling.
BasicBlocksProfiling(const application_managerRef AppM, const DesignFlowManagerConstRef design_flow_manager, const ParameterConstRef parameters)
Constructor.
const Wrefcount< const DesignFlowManager > design_flow_manager
The design flow manager.
const ParameterConstRef parameters
Set of input parameters.
DesignFlowStep_Status
The status of a step.
const application_managerRef AppM
The application manager.
void ComputeRelationships(DesignFlowStepSet &relationship, const DesignFlowStep::RelationshipType relationship_type) final
Compute the relationships of a step with other steps.
Template borrowed from the ANTLR library by Terence Parr (http://www.jGuru.com - Software rights: htt...
DesignFlowStep_Status Exec() final
Execute this step.
This class contains the base representation for a generic frontend flow step which works on the whole...
void Initialize() final
Initialize the step (i.e., like a constructor, but executed just before exec.