Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dcrypto_test.c1083 #define PERF_ROUNDS (1000) /* 1000 rounds per test */ macro
1118 for (int round = 0; round < PERF_ROUNDS; round++) { in perf_alg_cb()
1129 zfs_nicetime((total*1000)/PERF_ROUNDS, buf, sizeof (buf)); in perf_alg_cb()
1174 printf("avg encrypt (%4d rounds) ", PERF_ROUNDS); in perf_main()