Home
last modified time | relevance | path

Searched refs:resultsProperties (Results 1 – 1 of 1) sorted by relevance

/external/caliper/caliper/src/main/java/com/google/caliper/config/
DCaliperConfig.java90 findResultProcessorConfigs(ImmutableMap<String, String> resultsProperties) in findResultProcessorConfigs() argument
93 mapGroupNamesToClasses(resultsProperties, ResultProcessor.class); in findResultProcessorConfigs()
97 builder.put(entry.getValue(), getResultProcessorConfig(resultsProperties, entry.getKey())); in findResultProcessorConfigs()
170 ImmutableMap<String, String> resultsProperties, String name) { in getResultProcessorConfig() argument
171 ImmutableMap<String, String> resultsMap = subgroupMap(resultsProperties, name); in getResultProcessorConfig()