[Esbox-commits] r996 - branches/work_Jeff/org.maemo.esbox.help/html/tasks

jeffc at garage.maemo.org jeffc at garage.maemo.org
Sat Nov 22 20:22:21 EET 2008


Author: jeffc
Date: 2008-11-22 20:22:20 +0200 (Sat, 22 Nov 2008)
New Revision: 996

Modified:
   branches/work_Jeff/org.maemo.esbox.help/html/tasks/CreateOprofileconfig.html
Log:
updated info and screenshots

Modified: branches/work_Jeff/org.maemo.esbox.help/html/tasks/CreateOprofileconfig.html
===================================================================
--- branches/work_Jeff/org.maemo.esbox.help/html/tasks/CreateOprofileconfig.html	2008-11-22 18:20:24 UTC (rev 995)
+++ branches/work_Jeff/org.maemo.esbox.help/html/tasks/CreateOprofileconfig.html	2008-11-22 18:22:20 UTC (rev 996)
@@ -21,16 +21,16 @@
 
 
 <ol>
-  <li>Select a project in the Project Explorer or C/C++ Projects view and Select <strong>Run &gt; Run Configuration...</strong></li>
-  <li>Select OProfile Profiler in the left column (either C++ or Python, as appropriate).</li>
-    <li>Click the New button  <img src="../images/pref_images/new.png" alt="new" width="18" height="18"> to create a new launch configuration.</li>
-    <p>&nbsp;</p>
-    <p><img src="../images/oprofile_cplusplus.png" alt="oprofile main" width="861" height="640"></p>
-    <p>&nbsp;</p>
+  <li>Select a project in the Project Explorer view and Select <strong>Run &gt; Run Configuration...</strong></li>
+  <li>Select Remote OProfile Profiler in the left column (either C++ or Python, as appropriate).</li>
+    <li>Click the New button  <img src="../images/pref_images/new.png" alt="new" width="18" height="18"> to create a new launch configuration.
+      <p><img src="../images/oprofile_cplusplus.png" alt="oprofile main" width="793" height="564"></p>
+      <p>&nbsp;</p>
+    </li>
     <li>A default launch configuration name will appear in the Name field. You can change the name or accept the default. The project and application binary (for C++) or script (for Python) will be detected and filled in.</li>
     <li>Select the Arguments tab to specify program arguments that an application uses and the working directory for a run configuration.</li>
     <p><strong>Remote OProfile Profiler Arguments Tab for C++ Project </strong></p>
-    <p><img src="../images/oprofile_cplusplus_arg.png" alt="oprofile arguments" width="491" height="355"></p>
+    <p><img src="../images/oprofile_cplusplus_arg.png" alt="oprofile arguments" width="470" height="297"></p>
     <p>&nbsp;</p>
     <dl>
 <table width="580" fgcolor="#DDD" border="1" cellpadding="2" cellspacing="0" >
@@ -46,13 +46,13 @@
 </dl>
 <p>&nbsp;</p>
 <p><strong>OProfile Profiler Arguments Tab for Python Project</strong></p>
-<p><img src="../images/oprofile_python_arg.png" alt="python arguments" width="571" height="364"></p>
+<p><img src="../images/oprofile_python_arg.png" alt="python arguments" width="483" height="250"></p>
 <p>&nbsp;</p>
 
 <li>Select the Environment tab
 
 to set environment variables and values to use when an application runs. Currently, no special environment variables are recognized by OProfile.
-  <p><img src="../images/oprofile_cplusplus_env.png" alt="environment" width="644" height="365"></p>
+  <p><img src="../images/oprofile_cplusplus_env.png" alt="environment" width="603" height="297"></p>
 
 <p>&nbsp;</p>
 <dl>
@@ -61,16 +61,19 @@
 <tr><td width="30%"><dt>Variable</dt></td><td>Displays the name of environment variables.</td></tr>
 <tr><td><dt>Value</dt></td><td>Displays the value of environment variables.</td></tr>
 <tr><td><dt>New</dt></td><td>Creates a new environment variable.</td></tr>
-<tr><td><dt>Select...</dt></td><td>Select one or more environment variables to set.</td></tr>
-<tr><td><dt>Edit</dt></td><td>Modifies the name and value of an environment variable.</td></tr>
+<tr>
+  <td><dt>Edit</dt></td>
+  <td>Modifies the name and value of selected environment variable.</td>
+</tr>
+<tr><td><dt>Unset</dt></td>
+  <td>Unsets (deletes) selected variable value on launch. Click Edit to redefine value.</td>
+</tr>
 <tr><td><dt>Remove</dt></td><td>Removes selected environment variables from the list.</td></tr>
-<tr><td><dt>Append environment to native environment</dt></td><td>Append the environment variables shown to the current native environment.</td></tr>
-<tr><td><dt>Replace native environment with specified environment</dt></td><td>Replaces the current native environment with the specified environment set shown.</td></tr>
 </table>
 </dl>
 <p>&nbsp;</p>
 <li>Select the Download tab to specify the method of file transfer to the device. For the Copy via SSH download method, add and enable files to be downloaded to the target device. Click <a href="../gettingstarted/SettingsSbrshConfiguration.html">here</a> for Mount via SBRSH information.
-  <p><img src="../images/oprofile_cplusplus_dwnld.png" alt="download" width="643" height="364"></p>
+  <p><img src="../images/oprofile_cplusplus_dwnld.png" alt="download" width="706" height="374"></p>
 <p>&nbsp;</p>
 </ol>
 



More information about the Esbox-commits mailing list