more GPU perf. tests refactoring, added singular maps into remap test

This commit is contained in:
Alexey Spizhevoy
2011-01-26 08:12:06 +00:00
parent 79ba160c1c
commit 48aeb8f1d5
3 changed files with 54 additions and 18 deletions

View File

@@ -77,6 +77,10 @@ private:
can_flush_ = false;
}
void printHeading();
void printSummary();
void printItem(double cpu_time, double gpu_time, double speedup);
std::vector<Runnable*> inits_;
std::vector<Runnable*> tests_;