diff options
-rw-r--r-- | runner.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -239,7 +239,9 @@ int main() { do { if (USE_PRE_LCS) { + TIMINGS_START(); n = lcs_upper_bound((uint32_t*)input_raw, (uint32_t*)global_md5.abcd); + TIMINGS_END("lcs_upper_bound"); PEDANTIC_TEST_GTE(n, pedantic_n); if (n < MSF) break; |