mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 06:47:34 +00:00
Added CProcessStatisticsReader to avoid having to parse /proc/all (#35)
* Added CProcessStatisticsReader to avoid having to parse /proc/all * Took @awesomekling's feedbacks into account * Fixed indentation and replaced tabs by spaces
This commit is contained in:
parent
174639b7f0
commit
0ba4ceb2cd
5 changed files with 164 additions and 81 deletions
|
@ -16,7 +16,8 @@ OBJS = \
|
|||
CTimer.o \
|
||||
CEventLoop.o \
|
||||
CConfigFile.o \
|
||||
CEvent.o
|
||||
CEvent.o \
|
||||
CProcessStatisticsReader.o
|
||||
|
||||
LIBRARY = libcore.a
|
||||
DEFINES += -DUSERLAND
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue