Uses of Class
edu.berkeley.cs.jqf.fuzz.util.Counter
-
Packages that use Counter Package Description edu.berkeley.cs.jqf.fuzz.afl edu.berkeley.cs.jqf.fuzz.util -
-
Uses of Counter in edu.berkeley.cs.jqf.fuzz.afl
Fields in edu.berkeley.cs.jqf.fuzz.afl declared as Counter Modifier and Type Field Description protected CounterPerfFuzzGuidance. allocCountsMaps allocation sites to countsprotected CounterPerfFuzzGuidance. branchCountsMaps branches to counts -
Uses of Counter in edu.berkeley.cs.jqf.fuzz.util
Classes in edu.berkeley.cs.jqf.fuzz.util with type parameters of type Counter Modifier and Type Interface Description interfaceICoverage<T extends Counter>Subclasses of Counter in edu.berkeley.cs.jqf.fuzz.util Modifier and Type Class Description classFastNonCollidingCounterAn implementation ofCounterthat uses an IntIntHashMap to store values "Fast" in that it is faster than using something that involves other HashMaps, and boxing to-and-from primitive values.classNonZeroCachingCounterAn extension ofCounterthat caches which entries are non-zero.Methods in edu.berkeley.cs.jqf.fuzz.util that return Counter Modifier and Type Method Description CounterCoverage. getCounter()CounterFastNonCollidingCoverage. getCounter()CounterICoverage. getCounter()Constructors in edu.berkeley.cs.jqf.fuzz.util with parameters of type Counter Constructor Description Counter(Counter counter)
-