From: Kichan Kwon Date: Mon, 4 Apr 2016 05:17:57 +0000 (+0900) Subject: [3.0][system-info] add CPU information X-Git-Tag: tizen_3.0/TD_SYNC/20161201~138^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=06c8a1b66e5f921eedc32d6dbf8c303a03ef0df2;p=sdk%2Fonline-doc.git [3.0][system-info] add CPU information - http://tizen.org/feature/platform.core.cpu.arch - http://tizen.org/feature/platform.core.cpu.frequency Change-Id: Ib9ca5d72a258c29161fe89a0c6b1875f9ed64920 Signed-off-by: Kichan Kwon --- diff --git a/org.tizen.guides/html/native/system/sysinfo_n.htm b/org.tizen.guides/html/native/system/sysinfo_n.htm index 3c0e6a0..fe03fb4 100644 --- a/org.tizen.guides/html/native/system/sysinfo_n.htm +++ b/org.tizen.guides/html/native/system/sysinfo_n.htm @@ -562,7 +562,12 @@ the Tizen reference implementation. Key Type Description - + + + http://tizen.org/feature/platform.core.cpu.arch + string + The platform returns the type of CPU like "ARMv7". + http://tizen.org/feature/platform.core.cpu.arch.armv6 bool @@ -579,6 +584,11 @@ the Tizen reference implementation. The platform returns true for this key, if the device runs on the x86 CPU architecture. + http://tizen.org/feature/platform.core.cpu.frequency + int + The platform returns the max frequency of CPU. + + http://tizen.org/feature/platform.core.fpu.arch.sse2 bool The platform returns true for this key, if the device runs on the SSE2 FPU architecture.