Searched refs:coll (Results 1 – 1 of 1) sorted by relevance
143 for (coll = collections; coll->name; coll++)180 struct collection *coll; in print_usage() local190 for_each_collection(coll) in print_usage()191 printf("%14s: %s\n", coll->name, coll->summary); in print_usage()262 struct collection *coll; in run_all_collections() local264 for_each_collection(coll) in run_all_collections()265 run_collection(coll); in run_all_collections()270 struct collection *coll; in cmd_bench() local315 dump_benchmarks(coll); in cmd_bench()320 run_collection(coll); in cmd_bench()[all …]
Completed in 3 milliseconds