Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/
H A Dbenchmark_config.h36 static void SetBenchMarkType(const std::string &type);
H A Dbenchmark_config.cpp22 void BenchmarkConfig::SetBenchMarkType(const std::string &type) in SetBenchMarkType() function in OHOS::Rosen::BenchmarkConfig
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Dmain.cpp36 BenchmarkConfig::SetBenchMarkType(std::string(argv[1])); in main()