Searched defs:profiler (Results 1 – 2 of 2) sorted by relevance
23 #define PROF_SPACE_SUBSTITUTION(profiler) profiler.profSpaceSubstitution() argument24 #define PROF_SPACE_OMISSION(profiler) profiler.profSpaceOmission() argument25 #define PROF_ADDITIONAL_PROXIMITY(profiler) profiler.profAdditionalProximity() argument26 #define PROF_SUBSTITUTION(profiler) profiler.profSubstitution() argument27 #define PROF_OMISSION(profiler) profiler.profOmission() argument28 #define PROF_INSERTION(profiler) profiler.profInsertion() argument29 #define PROF_MATCH(profiler) profiler.profMatch() argument30 #define PROF_COMPLETION(profiler) profiler.profCompletion() argument31 #define PROF_TRANSPOSITION(profiler) profiler.profTransposition() argument32 #define PROF_NEARESTKEY(profiler) profiler.profNearestKey() argument[all …]
46 private FirstRunDetector(Profiler profiler) { in FirstRunDetector()