• Home
  • Raw
  • Download

Lines Matching refs:pr_info

127 			pr_info(__VA_ARGS__);	\
839pr_info("usage: %s [-h] [-v] [-d] [-s slots] [-f first_test] [-e last_test] [-l test_length] [-r r… in help()
841 pr_info(" -h: print this help screen.\n"); in help()
842 pr_info(" -v: enable verbose mode (not for benchmarking).\n"); in help()
843 pr_info(" -d: enable extra debug checks.\n"); in help()
844 pr_info(" -s: specify memslot count cap (-1 means no cap; currently: %i)\n", in help()
846 pr_info(" -f: specify the first test to run (currently: %i; max %zu)\n", in help()
848 pr_info(" -e: specify the last test to run (currently: %i; max %zu)\n", in help()
850 pr_info(" -l: specify the test length in seconds (currently: %i)\n", in help()
852 pr_info(" -r: specify the number of runs per test (currently: %i)\n", in help()
855 pr_info("\nAvailable tests:\n"); in help()
857 pr_info("%d: %s\n", ctr, tests[ctr].name); in help()
880 pr_info("Slot count cap has to be positive or -1 for no cap\n"); in parse_args()
887 pr_info("First test to run has to be non-negative\n"); in parse_args()
894 pr_info("Last test to run has to be non-negative and less than %zu\n", in parse_args()
902 pr_info("Test length in seconds has to be non-negative\n"); in parse_args()
909 pr_info("Runs per test has to be positive\n"); in parse_args()
922 pr_info("First test to run cannot be greater than the last test to run\n"); in parse_args()
948 pr_info("Memslot count too high for this test, decrease the cap (max is %"PRIu64")\n", in test_loop()
951 pr_info("Memslot count may be too high for this test, try adjusting the cap\n"); in test_loop()
956 pr_info("Test took %ld.%.9lds for slot setup + %ld.%.9lds all iterations\n", in test_loop()
960 pr_info("No full loops done - too short test time or system too loaded?\n"); in test_loop()
966 pr_info("Done %"PRIu64" iterations, avg %ld.%.9lds each\n", in test_loop()
1013 pr_info("\n"); in main()
1015 pr_info("Testing %s performance with %i runs, %d seconds each\n", in main()
1025 pr_info("Best runtime result was %ld.%.9lds per iteration (with %"PRIu64" iterations)\n", in main()
1032 pr_info("Best slot setup time for the whole test area was %ld.%.9lds\n", in main()