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

Method getBasicProcessInfo

src/os_linux.cpp:682–684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

680}
681
682bool OS::getBasicProcessInfo(int pid, ProcessInfo* info) {
683 return readProcessStats(pid, info);
684}
685
686bool OS::getDetailedProcessInfo(ProcessInfo* info) {
687 readProcessStatus(info->pid, info);

Callers

nothing calls this directly

Calls 1

readProcessStatsFunction · 0.85

Tested by

no test coverage detected