Home
last modified time | relevance | path

Searched refs:FfrtProfilerHandle (Results 1 - 4 of 4) sorted by relevance

/developtools/profiler/device/plugins/ffrt_profiler/service/src/
H A Dffrt_profiler_handle.cpp23 FfrtProfilerHandle::FfrtProfilerHandle(uint32_t bufferSize, bool isProtobufSerialize) in FfrtProfilerHandle() function in OHOS::Developtools::Profiler::FfrtProfilerHandle
31 FfrtProfilerHandle::~FfrtProfilerHandle() in ~FfrtProfilerHandle()
38 void FfrtProfilerHandle::SetWriter(const std::shared_ptr<Writer>& writer) in SetWriter()
44 void FfrtProfilerHandle::SetWriter(const WriterStructPtr& writer) in SetWriter()
55 void FfrtProfilerHandle::SerializeData(const int8_t data[], uint32_t size) in SerializeData()
68 void FfrtProfilerHandle::SerializeDataImpl(T& protoData, const int8_t data[], uint32_t size) in SerializeDataImpl()
88 void FfrtProfilerHandle::ReportCommonData(T& protoData, FfrtResultBase* base) in ReportCommonData()
107 void FfrtProfilerHandle
[all...]
H A Dffrt_profiler_manager.cpp238 ctx->handle = std::make_shared<FfrtProfilerHandle>(BUFFER_SIZE, isProtobufSerialize_); in HandleFfrtProfilerContext()
/developtools/profiler/device/plugins/ffrt_profiler/service/include/
H A Dffrt_profiler_handle.h33 class FfrtProfilerHandle { class
35 explicit FfrtProfilerHandle(uint32_t bufferSize, bool isProtobufSerialize = true);
36 ~FfrtProfilerHandle();
H A Dffrt_profiler_manager.h48 std::shared_ptr<FfrtProfilerHandle> handle = nullptr;

Completed in 2 milliseconds