current TeX and Code
This commit is contained in:
@@ -81,6 +81,12 @@ public:
|
||||
|
||||
}
|
||||
|
||||
void dumpStats() {
|
||||
for (const auto& entry : pef_m->getEntries()) {
|
||||
const K::Statistics<float>* stats = entry.stats;
|
||||
std::cout << stats->getQuantile(0.25) << " " << stats->getMedian() << " " << stats->getQuantile(0.75) << " " << stats->getAvg() << std::endl;
|
||||
}
|
||||
}
|
||||
|
||||
void writeGP(const std::string& path, const std::string& name) {
|
||||
writeGP(*pef_m, K::GnuplotSize(8.6, 3.3), path + "/" + name + "_meter");
|
||||
|
||||
Reference in New Issue
Block a user