Home
last modified time | relevance | path

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

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