MCPcopy Create free account
hub / github.com/async-profiler/async-profiler / getDetailedProcessInfo

Method getDetailedProcessInfo

src/os_linux.cpp:686–691  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

684}
685
686bool OS::getDetailedProcessInfo(ProcessInfo* info) {
687 readProcessStatus(info->pid, info);
688 readProcessIO(info->pid, info);
689 readProcessCmdline(info->pid, info);
690 return true;
691}
692
693#endif // __linux__

Callers

nothing calls this directly

Calls 3

readProcessStatusFunction · 0.85
readProcessIOFunction · 0.85
readProcessCmdlineFunction · 0.85

Tested by

no test coverage detected