Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/
H A Dbenchmark_config.h32 class BenchmarkConfig {
34 BenchmarkConfig() {} in BenchmarkConfig() function
35 ~BenchmarkConfig() {} in ~BenchmarkConfig()
H A Dbenchmark_config.cpp20 enum BenchMarkName BenchmarkConfig::benchMarkType_ = BenchMarkName::LASTNAME;
22 void BenchmarkConfig::SetBenchMarkType(const std::string &type) in SetBenchMarkType()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Dmain.cpp36 BenchmarkConfig::SetBenchMarkType(std::string(argv[1])); in main()
40 switch (BenchmarkConfig::benchMarkType_) { in main()