Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pmcstudy/
H A Dpmcstudy.c2808 int test_at = 0; in main() local
2903 name = the_cpu.ents[test_at].name; in main()
2904 printf("***Test %s (threshold %s)****\n", name, the_cpu.ents[test_at].thresh); in main()
2905 test_at++; in main()
2907 if (test_at >= the_cpu.number) { in main()
2943 if (run_all && (test_at < the_cpu.number)) { in main()