From 359e045f8ec170896afe10cf0d16af0e59a08fca Mon Sep 17 00:00:00 2001 From: "joon.c.baek" Date: Wed, 10 Aug 2016 17:22:41 +0900 Subject: [PATCH] [SRADA-1006] Update feature description in dialog The feature description in feature dialog was updated as http://suprem.sec.samsung.net/confluence/display/SRADAC/Feature+Definition Change-Id: I535b9d4fa3bddd161e6d86953b84618a408869a9 Signed-off-by: joon.c.baek --- .../dynamicanalyzer/nl/ConfigureLabels.properties | 32 +++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/nl/ConfigureLabels.properties b/org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/nl/ConfigureLabels.properties index 8f3c103..27c0d03 100644 --- a/org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/nl/ConfigureLabels.properties +++ b/org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/nl/ConfigureLabels.properties @@ -102,24 +102,24 @@ FEATURE_NAME_SYNC=Sync Analysis FEATURE_NAME_PERIPHERAL_STATUS=Peripheral Status FEATURE_NAME_POWER_ESTIMATION=Power Estimation -FEATURE_DESCRIPTION_CPU_USAGE=Shows a total CPU usage made by running processes on a system and a CPU usage in percent. -FEATURE_DESCRIPTION_CPU_USAGE_PER_CORE=Shows usage of each core on a device(or an emulator) in percent. The number of series on the chart is vary depends on the number of cores. -FEATURE_DESCRIPTION_CPU_FREQ_PER_CORE=Shows frequency of each core on a device in MHz. This feature is only available on the device not for an emulator. -FEATURE_DESCRIPTION_FLAT_SYSTEM_MEMORY=Monitors maximum, used memory of a system and an a process used in KB. -FEATURE_DESCRIPTION_PROCESS_MEMORY=Monitors a partition of PSS, 3D, GEM memory of a process in KB. -FEATURE_DESCRIPTION_MEMORY_ALLOC=Records all memory allocations and frees requested from a executable and shared libraries. This Features shows un-freed allocations (leak candidate). -FEATURE_DESCRIPTION_DISK_IO=Shows system I/O Events such as occurance of Read/Write operation and its amounts of byte. -FEATURE_DESCRIPTION_FILE=Analyzes file activies such as open, close and lock operation in a separated analysis view. +FEATURE_DESCRIPTION_CPU_USAGE=Shows the total CPU usage made by running processes on a system, and a CPU usage in percentages. +FEATURE_DESCRIPTION_CPU_USAGE_PER_CORE=Shows the use of each core on a device(or an emulator) in percentages. The number of series on the chart varies depending on the number of cores. +FEATURE_DESCRIPTION_CPU_FREQ_PER_CORE=Shows the frequency of each core on a device in MHz. This feature is only available on the device, and not on an emulator. +FEATURE_DESCRIPTION_FLAT_SYSTEM_MEMORY=Monitors the maximum and used memory of the system, and the memory used by a process used in KB. +FEATURE_DESCRIPTION_PROCESS_MEMORY=Monitors a partition of the PSS, 3D, and GEM memory of a process in KB. +FEATURE_DESCRIPTION_MEMORY_ALLOC=Records all memory allocations and frees the requested allocations from the executable and shared libraries. This Feature shows un-freed allocations (leak candidates). +FEATURE_DESCRIPTION_DISK_IO=Shows the system I/O events, such as the occurrence of the read/write operation and the number of bytes in it. +FEATURE_DESCRIPTION_FILE=Analyzes file activities, such as open, close, and lock operations in a separate analysis view. FEATURE_DESCRIPTION_OPENGLES=Analyzes OpenGL(Open Graphics Library) 2.0 and EvasGL information used on a process. It shows detailed OpenGL API lists, Context, Program and Texture information at a particular point of time. -FEATURE_DESCRIPTION_NETWORK_IO=Shows amount of bytes that a system sends and receives via the network. -FEATURE_DESCRIPTION_NETWORK=Analyzes network activies such as recv, send, bind and accept operation in a separated analysis view. -FEATURE_DESCRIPTION_UI_EVENT=Shows Touch(press, move, release), Geasture(distance, movement and angle) and Orientation change events. -FEATURE_DESCRIPTION_SCREENSHOT=Shows a series of screenshot events taken by an user. It can be set to capture screenshot by a screen transition or by a specific time interval. -FEATURE_DESCRIPTION_UI_HIERARCHY=Analyzes the hierarchy and details of a EFL based application used EFL UI objects (Evas, Elementry and Edje). -FEATURE_DESCRIPTION_THREAD=Analyzes the internal threads of a process and its synchronization opration. +FEATURE_DESCRIPTION_NETWORK_IO=Shows the number of bytes that the system sends and receives through the network. +FEATURE_DESCRIPTION_NETWORK=Analyzes network activities, such as recv, send, bind, and accept operations, in a separate analysis view. +FEATURE_DESCRIPTION_UI_EVENT=Shows the touch(press, move, release), Geasture(distance, movement, angle), and orientation change events. +FEATURE_DESCRIPTION_SCREENSHOT=Shows a series of screenshot events taken by an user. It can be set to capture a screenshot during each screen transition or at specific time intervals. +FEATURE_DESCRIPTION_UI_HIERARCHY=Analyzes the hierarchy and details of a EFL-based application using EFL UI objects (Evas, Elementary, and Edje). +FEATURE_DESCRIPTION_THREAD=Analyzes the internal threads of a process and its synchronization opration which multiple threads race against. FEATURE_DESCRIPTION_SYNC=Analyzes the syncronization objects which multiple threads race against to. -FEATURE_DESCRIPTION_PERIPHERAL_STATUS=Shows peripheral's on/off state of WIFI, BT, GPS, Data Network and Camera. -FEATURE_DESCRIPTION_POWER_ESTIMATION=Calculates the amount of power consumption that CPU, Flash, LCD, Wifi and BT consume with an accurate estimation model. +FEATURE_DESCRIPTION_PERIPHERAL_STATUS=Shows the on/off state of the Wi-Fi, Bluetooth, GPS, Data network and camera peripherals. +FEATURE_DESCRIPTION_POWER_ESTIMATION=Calculates the power consumption of the CPU, Flash, LCD, Wi-Fi, and Bluetooth with an accurate estimation model. FEATURE_PAGE_CPU_USAGE=Timeline FEATURE_PAGE_CPU_USAGE_PER_CORE=Timeline -- 2.7.4