add script for measuring performance

This commit is contained in:
Ilia Filippov
2013-07-01 13:30:49 +04:00
parent 0dd1dbb568
commit 806e37338c
6 changed files with 280 additions and 4 deletions

View File

@@ -132,7 +132,7 @@ int main() {
printf("[stencil serial]:\t\t[%.3f] millon cycles\n", minTimeSerial);
printf("\t\t\t\t(%.2fx speedup from ISPC, %.2f from ISPC + tasks)\n",
printf("\t\t\t\t(%.2fx speedup from ISPC, %.2fx speedup from ISPC + tasks)\n",
minTimeSerial / minTimeISPC, minTimeSerial / minTimeISPCTasks);
// Check for agreement