Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_config.hpp45 int benchmarkResolutionMultiple = 100; member
103 int benchmarkResolutionMultiple() const override;
Dcatch_config.cpp60 … int Config::benchmarkResolutionMultiple() const { return m_data.benchmarkResolutionMultiple; } in benchmarkResolutionMultiple() function in Catch::Config
Dcatch_benchmark.cpp17 …urn getEstimatedClockResolution() * getCurrentContext().getConfig()->benchmarkResolutionMultiple(); in getResolution()
Dcatch_interfaces_config.h74 virtual int benchmarkResolutionMultiple() const = 0;
Dcatch_commandline.cpp199 | Opt( config.benchmarkResolutionMultiple, "multiplier" ) in makeCommandLineParser()
/external/catch2/single_include/catch2/
Dcatch.hpp4027 virtual int benchmarkResolutionMultiple() const = 0;
4672 int benchmarkResolutionMultiple = 100; member
4729 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