[3.0][system-info] add CPU information
authorKichan Kwon <k_c.kwon@samsung.com>
Mon, 4 Apr 2016 05:17:57 +0000 (14:17 +0900)
committerKichan Kwon <k_c.kwon@samsung.com>
Mon, 4 Apr 2016 05:17:57 +0000 (14:17 +0900)
 - http://tizen.org/feature/platform.core.cpu.arch
 - http://tizen.org/feature/platform.core.cpu.frequency

Change-Id: Ib9ca5d72a258c29161fe89a0c6b1875f9ed64920
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
org.tizen.guides/html/native/system/sysinfo_n.htm

index 3c0e6a0..fe03fb4 100644 (file)
@@ -562,7 +562,12 @@ the Tizen reference implementation.</td>
      <th>Key</th>
         <th>Type</th>
         <th>Description</th> 
-    </tr> 
+    </tr>
+       <tr>
+       <td><span style="font-family: Courier New,Courier,monospace">http://tizen.org/feature/platform.core.cpu.arch</span></td>
+     <td><span style="font-family: Courier New,Courier,monospace">string</span></td>
+        <td>The platform returns the type of CPU like "ARMv7". </td>
+    </tr>
     <tr>
        <td><span style="font-family: Courier New,Courier,monospace">http://tizen.org/feature/platform.core.cpu.arch.armv6</span></td>
      <td><span style="font-family: Courier New,Courier,monospace">bool</span></td> 
@@ -579,6 +584,11 @@ the Tizen reference implementation.</td>
         <td>The platform returns <span style="font-family: Courier New,Courier,monospace">true</span> for this key, if the device runs on the x86 CPU architecture. </td>
     </tr>
        <tr>
+       <td><span style="font-family: Courier New,Courier,monospace">http://tizen.org/feature/platform.core.cpu.frequency</span></td>
+     <td><span style="font-family: Courier New,Courier,monospace">int</span></td>
+        <td>The platform returns the max frequency of CPU.</td>
+    </tr>
+       <tr>
        <td><span style="font-family: Courier New,Courier,monospace">http://tizen.org/feature/platform.core.fpu.arch.sse2</span></td>
      <td><span style="font-family: Courier New,Courier,monospace">bool</span></td> 
         <td>The platform returns <span style="font-family: Courier New,Courier,monospace">true</span> for this key, if the device runs on the SSE2 FPU architecture.</td>