Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp871 system_clock::time_point LastCorpusReload = system_clock::now(); in Loop() local
881 if (duration_cast<seconds>(Now - LastCorpusReload).count() >= in Loop()
884 LastCorpusReload = system_clock::now(); in Loop()