IProject project = getProject(map.get(PROJECT).toString());
IScriptProject scriptProject = DLTKCore.create(project);
final IDLTKSearchScope scope = SearchEngine
.createSearchScope(scriptProject);
modelAccess.findMethods("", MatchRule.PREFIX, Modifiers.AccGlobal,
0, scope, null);
perfMonitor.execute(getProjectNameWithVersion(map)
+ ".testSearchAllFunctions", new Operation() {
public void run() throws Exception {
modelAccess.findMethods("", MatchRule.PREFIX,