Author:halw

Date:2008-09-26T02:51:29.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@46 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2008-09-26 02:51:29 +00:00
parent 4f7b1b97bb
commit ea60447d34
25 changed files with 107 additions and 90 deletions

View File

@@ -1,10 +1,21 @@
[[Property:title|Profiler Wizard]]
[[Property:weight|0]]
[[Property:uuid|f3509b1b-8ff1-c385-3bc1-4e800195f8a4]]
* [[Profiler wizard: Introduction|Introduction]]
* [[Profiler wizard guided tour|Profiler wizard guided tour]]
* [[Profiler How To's|Profiler How To's]]
* [[Profiler wizard reference|Profiler reference]]
The profiler wizard lets you analyze the result of a profiling session. It helps you optimize your system by pointing out the features where your system spends most of its time.
Before using the profiler wizard you must have generated a ''Run-time information record''. A ''Run-time information record'' is generated by a profiler when a program is executed under its control. Most of the time, the ''Run-time information record'' is generated by the profiler integrated into EiffelStudio. See [[Profiling|How to profile a system]] for more information about how to generate a ''Run-time information record'' with the integrated profiler.
{{note|You can also use a ''Run-time information record'' generated by an external profiler such as GNU's gprof, Pure Atricia's Quantify, Visual C++ profiler, etc. }}
<br/>
<br/>
The diagram below summarizes the execution steps of the profiler wizard.
<br/>
[[Image:profiler-process]] <br/>
<br/>
{{seealso|<br/>
[[Profiling|How to profile a system]] }}

View File

@@ -8,7 +8,7 @@
# [[Profile query window|Profile query window]]
{{seealso|<br/>
[[Profiler wizard: Introduction|How the Profiler wizard works]] <br/>
[[Profiler wizard]] <br/>
[[Profiling|How to profile a system]] }}

View File

@@ -18,7 +18,7 @@ Click on the '''Save''' button to save the currently displayed results in a text
[[Image:profiler-query-window]] <br/>
{{seealso|<br/>
[[Profiler wizard: Introduction|How the Profiler wizard works]] <br/>
[[Profiler wizard]] <br/>
[[Profiling|How to profile a system]] }}

View File

@@ -19,7 +19,7 @@ Clicking '''Next''' will lead you to the [[Select a Run-time information record
<br/>
{{seealso|<br/>
[[Profiler wizard: Introduction|How the Profiler wizard works]] <br/>
[[Profiler wizard]] <br/>
[[Profiling|How to profile a system]] }}

View File

@@ -12,7 +12,7 @@ Clicking '''Next''' will lead you to the [[Reuse or Generate an Execution Profil
<br/>
{{seealso|<br/>
[[Profiler wizard: Introduction|How the profiler wizard works]] [[Profiling|How to profile a system]] }}
[[Profiler wizard]] <br/> [[Profiling|How to profile a system]] }}

View File

@@ -51,7 +51,7 @@ Clicking '''Next''' will open the [[Profile query window|Profile query window]]
<br/>
{{seealso|<br/>
[[Profiler wizard: Introduction|How the Profiler wizard works]] <br/>
[[Profiler wizard]] <br/>
[[Profiling|How to profile a system]] }}

View File

@@ -18,7 +18,7 @@ Clicking '''Next''' will lead you to the [[Select the information you need and f
<br/>
{{seealso|<br/>
[[Profiler wizard: Introduction|How the Profiler wizard works]] <br/>
[[Profiler wizard]] <br/>
[[Profiling|How to profile a system]] <br/>
[[How to set up a Profiler Configuration File|How to set up a Profiler Configuration File]] }}