[Information] Separate usage functions from key-value functions 15/145415/8
authorKichan Kwon <k_c.kwon@samsung.com>
Tue, 22 Aug 2017 08:19:22 +0000 (17:19 +0900)
committerKichan Kwon <k_c.kwon@samsung.com>
Wed, 13 Sep 2017 07:47:34 +0000 (16:47 +0900)
commit9a248ebbf4740f865e4e6cae9c3ac5509fc0100e
tree580194d818ee51e3857ec7bc3f5b978aca002b2c
parent9f53e468c7b30d1efaaefeaca368d69b64b9535e
[Information] Separate usage functions from key-value functions

- Integrate data structure with function
- Each class read data during construction
  - You can also update with latest by calling update function

Change-Id: I4c4237091315451e2eec0543cae50a931f43bbd0
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
src/Tizen.System.Information/RuntimeInfo/CpuUsage.cs [deleted file]
src/Tizen.System.Information/RuntimeInfo/MemoryInformation.cs [deleted file]
src/Tizen.System.Information/RuntimeInfo/RuntimeInformation.cs
src/Tizen.System.Information/Tizen.System.Information.csproj [changed mode: 0644->0755]
src/Tizen.System.Information/Usage/ProcessCpuUsage.cs [new file with mode: 0755]
src/Tizen.System.Information/Usage/ProcessMemoryUsage.cs [new file with mode: 0755]
src/Tizen.System.Information/Usage/SystemCpuUsage.cs [new file with mode: 0755]
src/Tizen.System.Information/Usage/SystemMemoryUsage.cs [new file with mode: 0755]