getProcSelfStat

Parses /proc/self/stat and extracts the data.

  1. ProcStat getProcSelfStat()
    getProcSelfStat
    ()
  2. bool getProcSelfStat(ProcStat stat)

Return Value

Type: ProcStat

filled ProcStat structure based on /proc/self/stat or empty ProcStat instance in case parsing has failed.

Meta