Index: lib/fuzzer/FuzzerMerge.cpp =================================================================== --- lib/fuzzer/FuzzerMerge.cpp +++ lib/fuzzer/FuzzerMerge.cpp @@ -239,6 +239,8 @@ // Show stats. if (!(TotalNumberOfRuns & (TotalNumberOfRuns - 1))) PrintStats("pulse "); + if (TotalNumberOfRuns == M.NumFilesInFirstCorpus) + PrintStats("INITED "); // Write the post-run marker and the coverage. OF << "FT " << i; for (size_t F : UniqFeatures)