Update DA docs for Tizen Studio 1.2 release 92/127092/2
authorEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Wed, 26 Apr 2017 07:11:27 +0000 (10:11 +0300)
committerEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Thu, 27 Apr 2017 09:32:27 +0000 (12:32 +0300)
This is a manual cherry-pick from the #124744 change
in the tizen_3.0 branch.

PS2: Rebase

Change-Id: Icf8122cf35c714dfcdfd2103098474b221610882

org.tizen.studio/html/common_tools/da_advanced.htm
org.tizen.studio/html/common_tools/da_common.htm
org.tizen.studio/html/images/da_common_feat_sel.png

index 9cb1503..9e5052c 100644 (file)
@@ -33,7 +33,8 @@
                        <li><a href="#target">Target Dialog</a></li>
                        <li><a href="#data">Data Load and Save Dialogs</a></li>
                        <li><a href="#preference">Preference Dialog</a></li>
-                       <li><a href="#key">Key Shortcuts </a></li>
+                       <li><a href="#key">Keyboard Shortcuts</a></li>
+                       <li><a href="#tabledata">Table Data Copying and Export</a></li>
                        <li><a href="#cli">Command Line Interface</a></li>
                </ul>
        </div></div>
@@ -49,7 +50,7 @@
 <p>You can create markers at specific times and analyze the time between the markers:</p>
 <ol>
   <li>Create the markers by double-clicking a chart or detail table view that has a timestamp.</li>
-  <li>Right-click between the markers, and select <strong>Range Analysis</strong>.
+  <li>Right-click between the markers, and select <strong>Select range</strong>.
   <p>The table data is updated based on the range inspection results.</p></li>
 </ol>
 <p align="center"><strong>Figure: Range inspection with markers</strong></p>
                <p align="center"><strong>Figure: Preference dialog</strong></p>
                <p align="center"><img alt="Preference dialog" src="../images/da_advanced_preference.png" /></p>
 
-<h2 id="key">Key Shortcuts</h2>
-<p>You can trigger some major analysis functions with key shortcuts.</p>
+<h2 id="key">Keyboard Shortcuts</h2>
+<p>You can trigger some major analysis functions with keyboard shortcuts.</p>
 
-<p align="center" class="Table"><strong>Table: Key shortcuts</strong></p>
+<p align="center" class="Table"><strong>Table: Keyboard shortcuts</strong></p>
 <table>
 <tbody>
 <tr>
  </tr>
  </tbody></table>
 
+<h2 id="tabledata">Table Data Copying and Export</h2>
+<p>To copy or export data in the TSV (Tab Separated Values) format from a table in the Dynamic Analyzer:</p>
+<ol>
+       <li>Select the data you want to copy or export.</li>
+       <li>Right-click the selection and select:
+<ul>
+    <li><strong>Copy</strong> to copy the selected data to the clipboard.
+       <p>You can also copy using the <strong>Ctrl + C</strong> or <strong>Ctrl + Insert</strong> keyboard shortcuts.</p></li>
+    <li><strong>Export to file</strong> to export the selected data to a TSV file.
+       <p>You can define a file location for the exported data.</p></li>
+</ul></li>
+</ol>
+
  <h2 id="cli">Command Line Interface</h2>
  <p>You can use the command line interface (CLI) with the Dynamic Analyzer. You can collect tracing data from your application from a target device and later open it in the Dynamic Analyzer GUI (graphical interface) for analysis.</p>
  <p>To launch tracing, you must know the target device name (or IP address) and your application name, and you must specify the profiling features to be enabled.</p>
index 220cc44..5cca7ad 100644 (file)
@@ -58,7 +58,7 @@
                        </ul>
                </li>
        </ul>
-<p>After the Dynamic Analyzer startup, select the profiling target and applicable features in the feature dialog. The selected features are listed in the <strong>Selected Features</strong> pane. When you are ready, click <strong>OK</strong> and the Dynamic Analyzer main UI opens.</p>
+<p>After the Dynamic Analyzer startup, select the profiling target and applicable features in the feature dialog. The selected features are listed in the <strong>Selected Features</strong> pane. If a feature has additional settings, you can access them from the gear icon next to the feature name in the <strong>Selected Features</strong> pane. When you are ready, click <strong>OK</strong> and the Dynamic Analyzer main UI opens.</p>
 <p align="center"><strong>Figure: Feature selection dialog</strong></p>
 <p align="center"> <img alt="Feature selection dialog" src="../images/da_common_feat_sel.png" /></p>
 
index 1578e94..95c62ed 100644 (file)
Binary files a/org.tizen.studio/html/images/da_common_feat_sel.png and b/org.tizen.studio/html/images/da_common_feat_sel.png differ