[PATCH] D48054: [libFuzzer] Mutation tracking and logging implemented

Kodé Williams via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 26 11:00:23 PDT 2018


kodewilliams added inline comments.


================
Comment at: lib/fuzzer/FuzzerMutationStats.cpp:26
+     (1 + TotalMutations.at(i));
+    Printf("%.3f", UsefulPercentage);
+    if (i < NUMBER_OF_MUTATION_TYPES - 1) Printf(",");
----------------
morehouse wrote:
> The output will be easier to understand if you also print the mutation names.
I was told to remove the names from the output for parsing purposes, as it will make it easier to use in the latter phase of the project. Does this still stand?


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D48054





More information about the llvm-commits mailing list