Home
last modified time | relevance | path

Searched refs:test_at (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/usr.sbin/pmcstudy/
H A Dpmcstudy.c2804 int test_at = 0; in main() local
2899 name = the_cpu.ents[test_at].name; in main()
2900 printf("***Test %s (threshold %s)****\n", name, the_cpu.ents[test_at].thresh); in main()
2901 test_at++; in main()
2903 if (test_at >= the_cpu.number) { in main()
2939 if (run_all && (test_at < the_cpu.number)) { in main()