H A D | mem_profiler_decorator.cpp | 30 int MemProfilerDecorator::Start(ProfilerType type, int pid, int duration, int sampleInterval) in Start() function in OHOS::HiviewDFX::UCollectUtil::MemProfilerDecorator 33 return memProfilerCollector_->Start(type, pid, duration, sampleInterval); in Start() 53 int MemProfilerDecorator::Start(int fd, ProfilerType type, int pid, int duration, int sampleInterva… in Start() function in OHOS::HiviewDFX::UCollectUtil::MemProfilerDecorator 56 return memProfilerCollector_->Start(fd, type, pid, duration, sampleInterval); in Start() 68 int MemProfilerDecorator::Start(int fd, ProfilerType type, std::string processName, int duration, in Start() function in OHOS::HiviewDFX::UCollectUtil::MemProfilerDecorator 72 … return memProfilerCollector_->Start(fd, type, processName, duration, sampleInterval, startup); in Start()
|