Searched refs:MemProfilerDecorator (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/ |
H A D | mem_profiler_decorator.cpp | 22 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 D | unified_collection_stat.cpp | 85 MemProfilerDecorator::SaveStatCommonInfo(); in SaveAllStatInfo() 118 MemProfilerDecorator::ResetStatInfo(); in ResetAllStatInfo()
|
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/ |
H A D | mem_profiler_decorator.h | 25 class MemProfilerDecorator : public MemProfilerCollector, public UCDecorator { 27 …MemProfilerDecorator(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 D | libucollectionutility.map | 44 "OHOS::HiviewDFX::UCollectUtil::MemProfilerDecorator::ResetStatInfo()"; 57 "OHOS::HiviewDFX::UCollectUtil::MemProfilerDecorator::SaveStatCommonInfo()";
|
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/test/ |
H A D | decorator_test.cpp | 121 MemProfilerDecorator::SaveStatCommonInfo(); in CallStatFuncs()
|
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/ |
H A D | mem_profiler_collector_impl.cpp | 209 std::make_shared<MemProfilerDecorator>(std::make_shared<MemProfilerCollectorImpl>()); in Create()
|