Definition at line 15 of file PerfPlot.H.
#include <PerfPlot.H>
Public Member Functions | |
timersettings () | |
Public Attributes | |
double | importantLimit |
bool | weakMode |
int | dataColumn |
int | plotColumn |
bool | gridMode |
bool | effMode |
std::string | platformName |
std::string | applicationName |
std::string | totalTimer |
std::vector< std::string > | plotTitles |
struct gpconfig | gpConfig |
|
inline |
Definition at line 27 of file PerfPlot.H.
std::string applicationName |
Definition at line 23 of file PerfPlot.H.
Referenced by MakePlotTitle(), ProcessRun(), and SetupTimerSettings().
int dataColumn |
Definition at line 18 of file PerfPlot.H.
Referenced by main(), and SetupTimerSettings().
bool effMode |
Definition at line 21 of file PerfPlot.H.
Referenced by main(), SpeedUpPlotCommands(), and SummarizeScalabilityData().
struct gpconfig gpConfig |
Definition at line 26 of file PerfPlot.H.
Referenced by SetupGnuPlot(), and SetupTimerSettings().
bool gridMode |
Definition at line 20 of file PerfPlot.H.
Referenced by main(), MakePlotTitle(), MultiRunPlotCommands(), SetupTimerSettings(), SpeedUpPlotCommands(), SummarizeScalabilityData(), and SummarizeTimingData().
double importantLimit |
Definition at line 16 of file PerfPlot.H.
Referenced by ProcessRun(), and SetupTimerSettings().
std::string platformName |
Definition at line 22 of file PerfPlot.H.
Referenced by MakePlotTitle(), SetupTimerSettings(), and SpeedUpPlotCommands().
int plotColumn |
Definition at line 19 of file PerfPlot.H.
std::vector<std::string> plotTitles |
Definition at line 25 of file PerfPlot.H.
Referenced by MakePlotTitle().
std::string totalTimer |
Definition at line 24 of file PerfPlot.H.
Referenced by ProcessRun().
bool weakMode |
Definition at line 17 of file PerfPlot.H.
Referenced by main(), MakePlotTitle(), SetupTimerSettings(), and SummarizeScalabilityData().