Home
last modified time | relevance | path

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

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/test/
H A Dptest.h69 } while (__time < __test_time); \
73 printf(" time [s]: %.2f/%.2f\n", __time, __test_time); \
74 …ions: %ld/%ld\n", long(__iterations), long((__iterations * __test_time) / __time)); \
93 } while (__time < __test_time); \
97 printf(" time [s]: %.2f/%.2f\n", __time, __test_time); \
98 …ions: %ld/%ld\n", long(__iterations), long((__iterations * __test_time) / __time)); \
156 double __test_time; variable
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/test/
H A Dptest.cpp33 __test_time = time; in PerformanceTest()
130 n = asprintf(&stats->n_time, "%.2f", __test_time); in gather_stats()
134 … n = asprintf(&stats->n_iterations, "%lld", (long long)((iterations * __test_time) / time)); in gather_stats()