BioDynaMo  v1.05.119-a4ff3934
Classes | Namespaces | Functions
plot_memory_layout.cc File Reference
#include "core/util/plot_memory_layout.h"
#include <algorithm>
#include <limits>
#include <string>
#include <TAxis.h>
#include <TCanvas.h>
#include <TFrame.h>
#include <TGraph.h>
#include <TGraphAsymmErrors.h>
#include <TGraphErrors.h>
#include <TH1F.h>
#include <TLegend.h>
#include <TMath.h>
#include <TMultiGraph.h>
#include <TPad.h>
#include <TStyle.h>
#include "core/agent/agent.h"
#include "core/environment/environment.h"
#include "core/scheduler.h"
#include "core/simulation.h"
Include dependency graph for plot_memory_layout.cc:

Go to the source code of this file.

Classes

struct  bdm::Fen
 
struct  bdm::Fea
 

Namespaces

 bdm
 

Functions

void bdm::PlotMemoryLayout (const std::vector< Agent * > &agents, int numa_node)
 
void bdm::PlotMemoryHistogram (const std::vector< Agent * > &agents, int numa_node)
 
void bdm::PlotNeighborMemoryHistogram (bool before)