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