Add CPUChecker and AppInfo classes 39/290339/6
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 23 Mar 2023 08:48:27 +0000 (08:48 +0000)
committerHwanKyu Jhun <h.jhun@samsung.com>
Thu, 23 Mar 2023 09:21:33 +0000 (09:21 +0000)
commit83fee9e0ca21cba0c1b15b0ba2e14ac0cad8d4cf
treec0012f12e2ec8248a87db7cb5c2b3a42e8808d99
parenteb114ef1269e3c33932365eaa59b0a9485fe3123
Add CPUChecker and AppInfo classes

The new claases are for refactoring the launchpad.

Adds:
 - CPUChecker
 - AppInfo

Change-Id: I1cb745057d34fc092783c172b3369ebd4bc39d9c
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/launchpad-process-pool/app_info.cc [new file with mode: 0644]
src/launchpad-process-pool/app_info.hh [new file with mode: 0644]
src/launchpad-process-pool/cpu_checker.cc [new file with mode: 0644]
src/launchpad-process-pool/cpu_checker.hh [new file with mode: 0644]