SimGrid  3.13
Versatile Simulation of Distributed Systems
cpu_interface.cpp File Reference
#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::CpuModelsurf_cpu_model_pm
 The CPU model object for the physical machine layer. More...
 
simgrid::surf::CpuModelsurf_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
 

Function Documentation

XBT_LOG_EXTERNAL_CATEGORY ( surf_kernel  )
XBT_LOG_NEW_DEFAULT_SUBCATEGORY ( surf_cpu  ,
surf  ,
"Logging specific to the SURF cpu module"   
)

Variable Documentation

void_f_void_t surf_cpu_model_init_preparse = NULL