1
Fork 0
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:
GuillaumeGas 2019-05-16 18:47:47 +02:00 committed by Andreas Kling
parent 174639b7f0
commit 0ba4ceb2cd
5 changed files with 164 additions and 81 deletions

View file

@ -16,7 +16,8 @@ OBJS = \
CTimer.o \
CEventLoop.o \
CConfigFile.o \
CEvent.o
CEvent.o \
CProcessStatisticsReader.o
LIBRARY = libcore.a
DEFINES += -DUSERLAND