/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/ |
H A D | mem_profiler_decorator.cpp | 30 int MemProfilerDecorator::Start(ProfilerType type, int pid, int duration, int sampleInterval) in Start() argument 32 auto task = [this, &type, &pid, &duration, &sampleInterval] { in Start() 33 return memProfilerCollector_->Start(type, pid, duration, sampleInterval); in Start() 53 …t MemProfilerDecorator::Start(int fd, ProfilerType type, int pid, int duration, int sampleInterval) in Start() argument 55 auto task = [this, &fd, &type, &pid, &duration, &sampleInterval] { in Start() 56 return memProfilerCollector_->Start(fd, type, pid, duration, sampleInterval); in Start() 69 int sampleInterval, bool startup) in Start() argument 71 auto task = [this, &fd, &type, &processName, &duration, &sampleInterval, &startup] { in Start() 72 … return memProfilerCollector_->Start(fd, type, processName, duration, sampleInterval, startup); in Start()
|
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/ |
H A D | mem_profiler_collector_impl.cpp | 95 int pid, int duration, int sampleInterval) in Start() argument 108 return NativeMemoryProfilerSaClientManager::Start(type, pid, duration, sampleInterval); in Start() 139 int pid, int duration, int sampleInterval) in Start() argument 167 config->sampleInterval_ = (uint32_t)sampleInterval; in Start() 178 … std::string processName, int duration, int sampleInterval, bool startup) in Start() argument 199 config->sampleInterval_ = (uint32_t)sampleInterval; in Start()
|
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/ |
H A D | mem_profiler_collector_impl.h | 30 int Start(ProfilerType type, int pid, int duration, int sampleInterval) override; 34 int Start(int fd, ProfilerType type, int pid, int duration, int sampleInterval) override; 35 int Start(int fd, ProfilerType type, std::string processName, int duration, int sampleInterval,
|
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/utility/ |
H A D | mem_profiler_collector.h | 32 int pid, int duration, int sampleInterval) = 0; 37 int pid, int duration, int sampleInterval) = 0; 39 … std::string processName, int duration, int sampleInterval, bool startup = false) = 0;
|
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/ |
H A D | mem_profiler_decorator.h | 29 int Start(ProfilerType type, int pid, int duration, int sampleInterval) override; 32 int Start(int fd, ProfilerType type, int pid, int duration, int sampleInterval) override; 34 int Start(int fd, ProfilerType type, std::string processName, int duration, int sampleInterval,
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/ |
H A D | videoenc_api11_sample.cpp | 135 int32_t sampleInterval = enc_sample->ltrParam.ltrInterval; in onEncInputParam() local 136 …at_SetIntValue(parameter, OH_MD_KEY_VIDEO_ENCODER_PER_FRAME_USE_LTR, useLtrIndex - sampleInterval); in onEncInputParam()
|