Searched defs:perfTest (Results 1 – 2 of 2) sorted by relevance
329 DictLookup(const DictionaryTriePerfTest &perfTest) : perf(perfTest) {} in DictLookup()405 UCharsTrieDictLookup(const DictionaryTriePerfTest &perfTest) in UCharsTrieDictLookup()436 UCharsTrieDictMatches(const DictionaryTriePerfTest &perfTest) in UCharsTrieDictMatches()462 UCharsTrieDictContains(const DictionaryTriePerfTest &perfTest) in UCharsTrieDictContains()507 BytesTrieDictLookup(const DictionaryTriePerfTest &perfTest) in BytesTrieDictLookup()582 BytesTrieDictMatches(const DictionaryTriePerfTest &perfTest) in BytesTrieDictMatches()611 BytesTrieDictContains(const DictionaryTriePerfTest &perfTest) in BytesTrieDictContains()
3 InspectorTest.runPerformanceTest = function(perfTest, executeTime, callback) argument