getProcSelfStat

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

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

Parameters

stat ProcStat

reusable struct instance to extract data to

Return Value

Type: bool

'false' if parsing has failed, 'true' otherwise

Meta