Searched refs:experimental_stats (Results 1 – 7 of 7) sorted by relevance
83 self.assertIsNot(options1.experimental_stats,84 options2.experimental_stats)89 self.assertEquals(options1.experimental_stats,
39 options.experimental_stats.latency_all_edges = True40 options.experimental_stats.aggregator = aggregator
48 options.experimental_stats.aggregator = aggregator49 options.experimental_stats.prefix = prefix50 options.experimental_stats.counter_prefix = counter_prefix51 options.experimental_stats.latency_all_edges = False
19 name: "experimental_stats"
207 …if options.experimental_stats and options.experimental_stats.aggregator: # pylint: disable=line-t…209 dataset, options.experimental_stats.aggregator,210 options.experimental_stats.prefix,211 options.experimental_stats.counter_prefix)1981 experimental_stats = options_lib.create_option( variable in Options2007 exp_stats_options = self.experimental_stats
75 …ata.Dataset` pipeline using `StatsAggregator`. Add nested option, `experimental_stats` (which take…