Home
last modified time | relevance | path

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

/openssl/test/
H A Dquic_client_test.c43 OSSL_TIME start_time; in test_quic_client_ex() local
99 start_time = ossl_time_now(); in test_quic_client_ex()
102 if (ossl_time_compare(ossl_time_subtract(ossl_time_now(), start_time), in test_quic_client_ex()
H A Dquic_tserver_test.c74 OSSL_TIME start_time; in do_test() local
200 start_time = real_now(NULL); in do_test()
203 if (ossl_time_compare(ossl_time_subtract(real_now(NULL), start_time), in do_test()
H A Dquic_multistream_test.c79 OSSL_TIME start_time; member
835 h->start_time = ossl_time_now(); in helper_init()
/openssl/test/helpers/
H A Dquictestlib.c83 static OSSL_TIME start_time; variable
381 start_time = qtest_get_time(); in qtest_start_stopwatch()
386 return ossl_time2ms(ossl_time_subtract(qtest_get_time(), start_time)); in qtest_get_stopwatch_time()

Completed in 31 milliseconds