16#ifndef SIMICS_SYSTEMC_PROCESS_PROFILER_CONTROL_H
17#define SIMICS_SYSTEMC_PROCESS_PROFILER_CONTROL_H
28 simulation_(simulation) {}
Definition: process_profiler_control.h:25
uint64_t total_number_of_calls() override
void set_enabled(bool enable) override
ProcessProfilerControl(iface::SimulationInterface *simulation)
Definition: process_profiler_control.h:27
void clear_data() override
uint64_t total_time() override
bool is_enabled() override
Definition: sc_process_profiler_control_interface.h:26
Interface to the SystemC simulation.
Definition: simulation_interface.h:27