Home
last modified time | relevance | path

Searched refs:performanceCaculateSwitch_ (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H A DperformanceCaculate.cpp32 bool PerformanceCaculate::performanceCaculateSwitch_ = false; member in OHOS::Rosen::Drawing::PerformanceCaculate
45 return performanceCaculateSwitch_ && drawingTestFlag_ == PerformanceCaculate::TestFlag::TEST_JS; in GetDrawingTestJsEnabled()
50 return performanceCaculateSwitch_ && drawingTestFlag_ == PerformanceCaculate::TestFlag::TEST_NAPI; in GetDrawingTestNapiEnabled()
55 return performanceCaculateSwitch_ && drawingTestFlag_ == PerformanceCaculate::TestFlag::TEST_SKIA; in GetDrawingTestSkiaEnabled()
91 performanceCaculateSwitch_ = start; in SetCaculateSwitch()
93 if (performanceCaculateSwitch_) { in SetCaculateSwitch()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A DperformanceCaculate.h74 static bool performanceCaculateSwitch_; member in OHOS::Rosen::Drawing::PerformanceCaculate

Completed in 1 milliseconds