28 #ifndef MERCURYDPM_MISC_HELPERS_H
29 #define MERCURYDPM_MISC_HELPERS_H
40 void gnuplot(std::string command);
52 double getPercentile(
const double* array,
size_t nel,
double perc);
double Mdouble
Definition: GeneralDefine.h:34
Definition: CommandLineHelpers.h:32
Mdouble getRealTime()
Definition: MiscHelpers.cc:51
double getPercentile(const double *array, size_t nel, double perc)
Returns the 100*perc-th percentile of array.
Definition: MiscHelpers.cc:74
int qSortCompare(const void *x, const void *y)
For use with qsort.
Definition: MiscHelpers.cc:60
void gnuplot(std::string command)
Plots to a gnuplot window.
Definition: MiscHelpers.cc:38