Home | History | Annotate | Download | only in profiles

Lines Matching defs:size

5 static unsigned long long size;
26 unsigned long long size;
37 .name = "size",
38 .lname = "Tiobench size",
40 .off1 = offsetof(struct tiobench_options, size),
41 .help = "Size in MB",
50 .help = "Block size in bytes",
93 * tiobench uses size as MB, so multiply up
95 size *= 1024 * 1024ULL;
96 if (size)
97 sprintf(sz_idx, "size=%llu", size);
99 strcpy(sz_idx, "size=4*1024*$mb_memory");