From: Editor Lionbridge Date: Wed, 26 Apr 2017 07:11:27 +0000 (+0300) Subject: Update DA docs for Tizen Studio 1.2 release X-Git-Tag: GitHub/PR#40/tizen-studio~190^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a9a82d3ef3f0c85d3f9f1e0c9364e4889503132e;p=sdk%2Fonline-doc.git Update DA docs for Tizen Studio 1.2 release This is a manual cherry-pick from the #124744 change in the tizen_3.0 branch. PS2: Rebase Change-Id: Icf8122cf35c714dfcdfd2103098474b221610882 --- diff --git a/org.tizen.studio/html/common_tools/da_advanced.htm b/org.tizen.studio/html/common_tools/da_advanced.htm index 9cb1503..9e5052c 100644 --- a/org.tizen.studio/html/common_tools/da_advanced.htm +++ b/org.tizen.studio/html/common_tools/da_advanced.htm @@ -33,7 +33,8 @@
  • Target Dialog
  • Data Load and Save Dialogs
  • Preference Dialog
  • -
  • Key Shortcuts
  • +
  • Keyboard Shortcuts
  • +
  • Table Data Copying and Export
  • Command Line Interface
  • @@ -49,7 +50,7 @@

    You can create markers at specific times and analyze the time between the markers:

    1. Create the markers by double-clicking a chart or detail table view that has a timestamp.
    2. -
    3. Right-click between the markers, and select Range Analysis. +
    4. Right-click between the markers, and select Select range.

      The table data is updated based on the range inspection results.

    Figure: Range inspection with markers

    @@ -118,10 +119,10 @@

    Figure: Preference dialog

    Preference dialog

    -

    Key Shortcuts

    -

    You can trigger some major analysis functions with key shortcuts.

    +

    Keyboard Shortcuts

    +

    You can trigger some major analysis functions with keyboard shortcuts.

    -

    Table: Key shortcuts

    +

    Table: Keyboard shortcuts

    @@ -234,6 +235,19 @@
    +

    Table Data Copying and Export

    +

    To copy or export data in the TSV (Tab Separated Values) format from a table in the Dynamic Analyzer:

    +
      +
    1. Select the data you want to copy or export.
    2. +
    3. Right-click the selection and select: +
        +
      • Copy to copy the selected data to the clipboard. +

        You can also copy using the Ctrl + C or Ctrl + Insert keyboard shortcuts.

      • +
      • Export to file to export the selected data to a TSV file. +

        You can define a file location for the exported data.

      • +
    4. +
    +

    Command Line Interface

    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.

    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.

    diff --git a/org.tizen.studio/html/common_tools/da_common.htm b/org.tizen.studio/html/common_tools/da_common.htm index 220cc44..5cca7ad 100644 --- a/org.tizen.studio/html/common_tools/da_common.htm +++ b/org.tizen.studio/html/common_tools/da_common.htm @@ -58,7 +58,7 @@ -

    After the Dynamic Analyzer startup, select the profiling target and applicable features in the feature dialog. The selected features are listed in the Selected Features pane. When you are ready, click OK and the Dynamic Analyzer main UI opens.

    +

    After the Dynamic Analyzer startup, select the profiling target and applicable features in the feature dialog. The selected features are listed in the Selected Features pane. If a feature has additional settings, you can access them from the gear icon next to the feature name in the Selected Features pane. When you are ready, click OK and the Dynamic Analyzer main UI opens.

    Figure: Feature selection dialog

    Feature selection dialog

    diff --git a/org.tizen.studio/html/images/da_common_feat_sel.png b/org.tizen.studio/html/images/da_common_feat_sel.png index 1578e94..95c62ed 100644 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