Searched defs:profiler (Results 1 – 4 of 4) 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 …]
26 Profiler profiler = Profiler.createInstance("foo"); in testStartReturnsActualStopWatch() local32 Profiler profiler = Profiler.createNoOpInstance("foo"); in testStartReturnsFakeStopWatch() local
46 private FirstRunDetector(Profiler profiler) { in FirstRunDetector()
109 JavaScriptSandboxProvider(Profiler profiler, LoggerFactory.Logger logger) { in JavaScriptSandboxProvider()