Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
H A Dmem_profiler_decorator.cpp22 StatInfoWrapper MemProfilerDecorator::statInfoWrapper_;
24 int MemProfilerDecorator::Prepare() in Prepare()
30 int MemProfilerDecorator::Start(ProfilerType type, int pid, int duration, int sampleInterval) in Start()
39 int MemProfilerDecorator::Stop(int pid) in Stop()
46 int MemProfilerDecorator::Stop(const std::string& processName) in Stop()
53 int MemProfilerDecorator::Start(int fd, ProfilerType type, int pid, int duration, int sampleInterva… in Start()
62 int MemProfilerDecorator::StartPrintNmd(int fd, int pid, int type) in StartPrintNmd()
68 int MemProfilerDecorator::Start(int fd, ProfilerType type, std::string processName, int duration, in Start()
78 void MemProfilerDecorator::SaveStatCommonInfo() in SaveStatCommonInfo()
88 void MemProfilerDecorator::ResetStatInfo() in ResetStatInfo()
H A Dunified_collection_stat.cpp85 MemProfilerDecorator::SaveStatCommonInfo(); in SaveAllStatInfo()
118 MemProfilerDecorator::ResetStatInfo(); in ResetAllStatInfo()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/
H A Dmem_profiler_decorator.h25 class MemProfilerDecorator : public MemProfilerCollector, public UCDecorator {
27MemProfilerDecorator(std::shared_ptr<MemProfilerCollector> collector) : memProfilerCollector_(coll… in MemProfilerDecorator() function
28 virtual ~MemProfilerDecorator() = default;
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/utility/
H A Dlibucollectionutility.map44 "OHOS::HiviewDFX::UCollectUtil::MemProfilerDecorator::ResetStatInfo()";
57 "OHOS::HiviewDFX::UCollectUtil::MemProfilerDecorator::SaveStatCommonInfo()";
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/test/
H A Ddecorator_test.cpp121 MemProfilerDecorator::SaveStatCommonInfo(); in CallStatFuncs()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dmem_profiler_collector_impl.cpp209 std::make_shared<MemProfilerDecorator>(std::make_shared<MemProfilerCollectorImpl>()); in Create()