Searched refs:testCase (Results 1 – 1 of 1) sorted by relevance
149 void printHeader(int argc, char **argv, const TestCase& testCase) in printHeader() argument193 printf("# Fadvise: %s\n", testCase.fadviseAsStr()); in printHeader()204 void parseCmdLine(int argc, char **argv, TestCase *testCase)\ in parseCmdLine() argument223 testCase->setDataSize(atoi(optarg) * 1024); in parseCmdLine()226 testCase->setChunkSize(atoi(optarg) * 1024); in parseCmdLine()229 testCase->setTreeDepth(atoi(optarg)); in parseCmdLine()232 testCase->setIter(atoi(optarg)); in parseCmdLine()233 printf("# Iterations: %d\n", testCase->iter()); in parseCmdLine()236 testCase->setNproc(atoi(optarg)); in parseCmdLine()237 printf("# Proc nb: %d\n", testCase->nproc()); in parseCmdLine()[all …]