Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_beta_recorder.cpp76 if (!IsBetaRecordEnabledWithMetrics()) { in LaunchBetaRecordMetricsUpdateThread()
255 if (!IsBetaRecordStarted() || (time < 0.0) || !IsBetaRecordEnabledWithMetrics()) { in WriteBetaRecordMetrics()
H A Drs_profiler.h176 RSB_EXPORT static bool IsBetaRecordEnabledWithMetrics();
H A Drs_profiler_base.cpp979 bool RSProfiler::IsBetaRecordEnabledWithMetrics() in IsBetaRecordEnabledWithMetrics() function in OHOS::Rosen::RSProfiler