Searched refs:modulePostProcessors (Results 1 – 1 of 1) sorted by relevance
958 List<IPostProcessor> modulePostProcessors = config.getPostProcessors(); in listenerWithPostProcessorsForPerfModule() local959 if (modulePostProcessors.size() > 0 && topLevelPostProcessors.size() > 0) { in listenerWithPostProcessorsForPerfModule()962 for (IPostProcessor postProcessor : modulePostProcessors) { in listenerWithPostProcessorsForPerfModule()