Home
last modified time | relevance | path

Searched defs:FfrtProfilerCtx (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/device/plugins/ffrt_profiler/service/include/
Dffrt_profiler_manager.h36 struct FfrtProfilerCtx { struct
37 FfrtProfilerCtx(int32_t pid) : pid(pid) {} in FfrtProfilerCtx() function
38 FfrtProfilerCtx(const std::string& name) : processName(name) {} in FfrtProfilerCtx() function
41 ~FfrtProfilerCtx() {} in ~FfrtProfilerCtx() argument
57 void ReadShareMemory(std::shared_ptr<FfrtProfilerCtx> ctx); argument