[fuzzer] when a single unit takes over 1 second to run and it is the slowest one...
[oota-llvm.git] / lib / Fuzzer / FuzzerInternal.h
index 19d8ae004694081e128451bfe14c7ceefa17b2ac..66548350e97ff97d4c852ce5ef22de6b9ff63dde 100644 (file)
@@ -114,6 +114,7 @@ class Fuzzer {
   FuzzingOptions Options;
   system_clock::time_point ProcessStartTime = system_clock::now();
   static system_clock::time_point UnitStartTime;
+  long TimeOfLongestUnitInSeconds = 0;
 };
 
 };  // namespace fuzzer