Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 199614 | Differences between
and this patch

Collapse All | Expand All

(-)ProfilingHelpContexts.xml (-2 / +2 lines)
Lines 48-54 Link Here
48
</context>
48
</context>
49
49
50
<context id="tbpp0007">
50
<context id="tbpp0007">
51
<description>This page lets you set application context preferences for profiling views.
51
<description>This page lets you set application context preferences for profiling views. Application context provider enables context senstive content and icons labeling of trace data for specific context. eg. Java, C++, etc.
52
</description>
52
</description>
53
<topic label="Managing application context settings for profiling views" href="../org.eclipse.tptp.platform.doc.user/tasks/tsetprefappcontext.htm"/>
53
<topic label="Managing application context settings for profiling views" href="../org.eclipse.tptp.platform.doc.user/tasks/tsetprefappcontext.htm"/>
54
</context>
54
</context>
Lines 192-195 Link Here
192
<topic label="Profiling tools" href="../org.eclipse.tptp.platform.doc.user/concepts/ceproftl.xhtml"/>
192
<topic label="Profiling tools" href="../org.eclipse.tptp.platform.doc.user/concepts/ceproftl.xhtml"/>
193
</context>
193
</context>
194
194
195
</contexts>
195
</contexts>
(-)tasks/tsetprefappcontext.htm (-28 / +32 lines)
Lines 1-7 Link Here
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
<!-- 
2
<!-- 
3
/**********************************************************************
3
/**********************************************************************
4
 * Copyright (c) 2000, 2007 IBM Corporation.
4
 * Copyright (c) 2000, 2008 IBM Corporation.
5
 * All rights reserved. This content
5
 * All rights reserved. This content
6
 * is made available under the terms of the Eclipse Public License v1.0
6
 * is made available under the terms of the Eclipse Public License v1.0
7
 * which accompanies this distribution, and is available at
7
 * which accompanies this distribution, and is available at
Lines 20-52 Link Here
20
</HEAD>
20
</HEAD>
21
<BODY>
21
<BODY>
22
<h1>Managing application context settings for profiling views</h1>
22
<h1>Managing application context settings for profiling views</h1>
23
<P>
23
<p>The Application context preferences dialog lists the application context
24
The Application context preferences dialog lists the application context
24
formatters that are available in the workbench. The &quot;application
25
formatters that are available in the workbench. You can also choose
25
context&quot; system enables the profiling views to present profiling data using
26
which formatter you want the profiling views to use if there is more
26
the proper
27
than one formatter available for a single application context name.
27
terminology with the kind of data collected. For example, the Java term
28
</P>
28
&quot;method,&quot; the C term &quot;function,&quot; and the FORTRAN term
29
<P>
29
&quot;procedure&quot; all refer to similar trace attribute. If data is colleced
30
The "Application context names" table shows all context names that have
30
 from a C
31
a formatter installed. Select one of these names to see information
31
program, a C context provider displays the data using C terminology and syntax.
32
about the installed formatter or formatters for that context name.
32
You can also choose which formatter you
33
"Java" is the default application context name for data sets that do not
33
want the profiling views to use if there is more than one formatter available
34
specify one.
34
for a single application context name. </p>
35
</P>
35
<p>The Package, Class, and Method hierarchy in Java context can be
36
<P>
36
mapped to different languages (eg. C/C++, FORTRAN, COBOL etc) in
37
The "Context formatters for views" table shows the names of the context
37
in various user interface, such as the view column header, table formatting, 
38
formatters for the selected application context name. If there is more
38
and filter dialog.
39
than one formatter in the list, the selected one will be used in the
39
<p>The &quot;Application context names&quot; table shows all context names that
40
profiling views when displaying data for the application context.
40
have a formatter installed. Select one of these names to see information about
41
</P>
41
the installed formatter or formatters for that context name. &quot;Java&quot;
42
<P>
42
is the default application context name for data sets that do not specify one. </p>
43
The "Handler for opening source files" table shows the names of handlers
43
<p>The &quot;Context formatters for views&quot; table shows the names of the
44
for the "Open source" action for the selected application context name.
44
context formatters for the selected application context name. If there is more
45
The "open source" action is used when you navigate from a profiling data
45
than one formatter in the list, the selected one will be used in the profiling
46
item (for example, a Java method name) to the corresponding program
46
views when displaying data for the application context. </p>
47
source code. If there is more than one handler in the list, the selected
47
<p>The &quot;Handler for opening source files&quot; table shows the names of
48
one will be used when you open the source file for a data item.
48
handlers for the &quot;Open source&quot; action for the selected application
49
</P>
49
context name. The &quot;open source&quot; action is used when you navigate from
50
a profiling data item (for example, a Java method name) to the corresponding
51
program source code. If there is more than one handler in the list, the
52
selected one will be used when you open the source file for a data item. 
53
</p>
50
<P><BR>
54
<P><BR>
51
<BR>
55
<BR>
52
<BR>
56
<BR>

Return to bug 199614