Searched refs:benchmarkResolutionMultiple (Results 1 – 6 of 6) sorted by relevance
45 int benchmarkResolutionMultiple = 100; member103 int benchmarkResolutionMultiple() const override;
60 … int Config::benchmarkResolutionMultiple() const { return m_data.benchmarkResolutionMultiple; } in benchmarkResolutionMultiple() function in Catch::Config
17 …urn getEstimatedClockResolution() * getCurrentContext().getConfig()->benchmarkResolutionMultiple(); in getResolution()
74 virtual int benchmarkResolutionMultiple() const = 0;
199 | Opt( config.benchmarkResolutionMultiple, "multiplier" ) in makeCommandLineParser()
4027 virtual int benchmarkResolutionMultiple() const = 0;4672 int benchmarkResolutionMultiple = 100; member4729 int benchmarkResolutionMultiple() const override;6454 …urn getEstimatedClockResolution() * getCurrentContext().getConfig()->benchmarkResolutionMultiple(); in getResolution()7966 | Opt( config.benchmarkResolutionMultiple, "multiplier" ) in makeCommandLineParser()8065 … int Config::benchmarkResolutionMultiple() const { return m_data.benchmarkResolutionMultiple; } in benchmarkResolutionMultiple() function in Catch::Config