diff --git a/src/vkoverhead.c b/src/vkoverhead.c index 8cc8b38..fb0c7ca 100644 --- a/src/vkoverhead.c +++ b/src/vkoverhead.c @@ -3173,9 +3173,9 @@ main(int argc, char *argv[]) if (!output_only) { if (!draw_only && !descriptor_only && !misc_only) printf("\t* submit numbers are reported as operations per second\n"); - if (!draw_only && !submit_only && !misc_only) - printf("\t* descriptor numbers are reported as thousands of operations per second\n"); if (!draw_only && !submit_only && !descriptor_only) + printf("\t* descriptor numbers are reported as thousands of operations per second\n"); + if (!draw_only && !submit_only && !misc_only) printf("\t* misc numbers are reported as thousands of operations per second\n" "\t* percentages for misc cases should be ignored\n"); }