Searched defs:FfrtProfilerCtx (Results 1 – 1 of 1) sorted by relevance
36 struct FfrtProfilerCtx { struct37 FfrtProfilerCtx(int32_t pid) : pid(pid) {} in FfrtProfilerCtx() function38 FfrtProfilerCtx(const std::string& name) : processName(name) {} in FfrtProfilerCtx() function41 ~FfrtProfilerCtx() {} in ~FfrtProfilerCtx() argument57 void ReadShareMemory(std::shared_ptr<FfrtProfilerCtx> ctx); argument