Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
H A Dgpu_decorator.cpp22 StatInfoWrapper GpuDecorator::statInfoWrapper_;
24 CollectResult<GpuFreq> GpuDecorator::CollectGpuFrequency() in CollectGpuFrequency()
29 CollectResult<SysGpuLoad> GpuDecorator::CollectSysGpuLoad() in CollectSysGpuLoad()
35 void GpuDecorator::SaveStatCommonInfo() in SaveStatCommonInfo()
45 void GpuDecorator::ResetStatInfo() in ResetStatInfo()
H A Dunified_collection_stat.cpp75 GpuDecorator::SaveStatCommonInfo(); in SaveAllStatInfo()
107 GpuDecorator::ResetStatInfo(); in ResetAllStatInfo()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/
H A Dgpu_decorator.h25 class GpuDecorator : public GpuCollector, public UCDecorator {
27 GpuDecorator(std::shared_ptr<GpuCollector> collector) : gpuCollector_(collector) {}; in GpuDecorator() function
28 virtual ~GpuDecorator() = default;
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/utility/
H A Dlibucollectionutility.map40 "OHOS::HiviewDFX::UCollectUtil::GpuDecorator::ResetStatInfo()";
53 "OHOS::HiviewDFX::UCollectUtil::GpuDecorator::SaveStatCommonInfo()";
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dgpu_collector_impl.cpp33 return std::make_shared<GpuDecorator>(std::make_shared<GpuCollectorImpl>()); in Create()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/test/
H A Ddecorator_test.cpp113 GpuDecorator::SaveStatCommonInfo(); in CallStatFuncs()