Definition at line 41 of file PerfPlot.H.
#include <PerfPlot.H>
Public Member Functions | |
pcruninfo () | |
Public Attributes | |
int | numproc |
int | numgrids |
int | numthreads |
int | numsteps |
double | totalRuntime |
size_t | ngridpointstotal |
std::vector< size_t > | ngridpoints |
std::vector< int > | ngridproc |
std::vector< std::vector< size_t > > | gridsizes |
|
inline |
Definition at line 51 of file PerfPlot.H.
std::vector<std::vector<size_t> > gridsizes |
Definition at line 50 of file PerfPlot.H.
std::vector<size_t> ngridpoints |
Definition at line 48 of file PerfPlot.H.
Referenced by MakePlotTitle(), and PopulateRunInfo().
size_t ngridpointstotal |
Definition at line 47 of file PerfPlot.H.
Referenced by PopulateRunInfo(), SpeedUpPlotCommands(), and SummarizeScalabilityData().
std::vector<int> ngridproc |
Definition at line 49 of file PerfPlot.H.
Referenced by PopulateRunInfo().
int numgrids |
Definition at line 43 of file PerfPlot.H.
Referenced by MakePlotTitle(), and PopulateRunInfo().
int numproc |
Definition at line 42 of file PerfPlot.H.
Referenced by MakePlotTitle(), PopulateRunInfo(), SpeedUpPlotCommands(), and SummarizeScalabilityData().
int numsteps |
Definition at line 45 of file PerfPlot.H.
Referenced by PopulateRunInfo().
int numthreads |
Definition at line 44 of file PerfPlot.H.
Referenced by MakePlotTitle(), PopulateRunInfo(), SpeedUpPlotCommands(), and SummarizeScalabilityData().
double totalRuntime |
Definition at line 46 of file PerfPlot.H.
Referenced by PopulateRunInfo(), and ProcessRun().