SimGrid
3.13
Versatile Simulation of Distributed Systems
|
#include <xbt/dynar.h>
#include "cpu_interface.hpp"
#include "plugins/energy.hpp"
#include "src/instr/instr_private.h"
Namespaces | |
simgrid | |
simgrid::surf | |
Functions | |
XBT_LOG_EXTERNAL_CATEGORY (surf_kernel) | |
XBT_LOG_NEW_DEFAULT_SUBCATEGORY (surf_cpu, surf,"Logging specific to the SURF cpu module") | |
Variables | |
void_f_void_t | surf_cpu_model_init_preparse = NULL |
simgrid::surf::CpuModel * | surf_cpu_model_pm |
The CPU model object for the physical machine layer. More... | |
simgrid::surf::CpuModel * | surf_cpu_model_vm |
The CPU model object for the virtual machine layer. More... | |
simgrid::xbt::signal< void(CpuAction *, Action::State, Action::State)> | simgrid::surf::cpuActionStateChangedCallbacks |
XBT_LOG_EXTERNAL_CATEGORY | ( | surf_kernel | ) |
XBT_LOG_NEW_DEFAULT_SUBCATEGORY | ( | surf_cpu | , |
surf | , | ||
"Logging specific to the SURF cpu module" | |||
) |
void_f_void_t surf_cpu_model_init_preparse = NULL |