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 Counter
PerfFuzzGuidance. allocCounts
Maps allocation sites to countsprotected Counter
PerfFuzzGuidance. branchCounts
Maps 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 interface
ICoverage<T extends Counter>
Subclasses of Counter in edu.berkeley.cs.jqf.fuzz.util Modifier and Type Class Description class
FastNonCollidingCounter
An implementation ofCounter
that 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.class
NonZeroCachingCounter
An extension ofCounter
that caches which entries are non-zero.Methods in edu.berkeley.cs.jqf.fuzz.util that return Counter Modifier and Type Method Description Counter
Coverage. getCounter()
Counter
FastNonCollidingCoverage. getCounter()
Counter
ICoverage. getCounter()
Constructors in edu.berkeley.cs.jqf.fuzz.util with parameters of type Counter Constructor Description Counter(Counter counter)
-