Home
last modified time | relevance | path

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

/external/boringssl/src/tool/
Dspeed.cc97 static uint64_t g_timeout_seconds = 1; variable
102 const uint64_t total_us = g_timeout_seconds * 1000000; in TimeFunction()
642 g_timeout_seconds = atoi(args_map["-timeout"].c_str()); in Speed()