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 205574 | Differences between
and this patch

Collapse All | Expand All

(-)org.eclipse.tptp.platform.doc.user/ref/rexecstatvw.html (-2 / +2 lines)
Lines 133-139 Link Here
133
      <td>
133
      <td>
134
      <dl>
134
      <dl>
135
        <dt>Calls</dt>
135
        <dt>Calls</dt>
136
        <dd>The number of calls made by a selected method. </dd>
136
        <dd>The number of calls on the selected method. </dd>
137
      </dl>
137
      </dl>
138
      </td>
138
      </td>
139
      <td valign="top">Not available</td>
139
      <td valign="top">Not available</td>
Lines 145-151 Link Here
145
      <td>
145
      <td>
146
      <dl>
146
      <dl>
147
        <dt>Inherited Calls</dt>
147
        <dt>Inherited Calls</dt>
148
        <dd>The number of calls made by a method and by its inherited
148
        <dd>The number of calls on the selected method and its inherited
149
methods.</dd>
149
methods.</dd>
150
      </dl>
150
      </dl>
151
      </td>
151
      </td>
(-)org.eclipse.tptp.platform.doc.user/tasks/texecstattab.html (-2 / +2 lines)
Lines 134-140 Link Here
134
      <td valign="top">Time</td>
134
      <td valign="top">Time</td>
135
    </tr>
135
    </tr>
136
    <tr>
136
    <tr>
137
      <td><b>Calls</b>: The number of calls made by a selected method. 
137
      <td><b>Calls</b>: The number of calls on the selected method.       
138
      </td>
138
      </td>
139
      <td valign="top">Not available</td>
139
      <td valign="top">Not available</td>
140
      <td valign="top">Accumulated by class</td>
140
      <td valign="top">Accumulated by class</td>
Lines 142-148 Link Here
142
      <td valign="top">Not available</td>
142
      <td valign="top">Not available</td>
143
    </tr>
143
    </tr>
144
    <tr>
144
    <tr>
145
      <td><b>Inherited Calls</b>: The number of calls made by a method and by its inherited
145
      <td><b>Inherited Calls</b>: The number of calls on the selected method and its inherited
146
methods.
146
methods.
147
      </td>
147
      </td>
148
      <td valign="top">Accumulated by package</td>
148
      <td valign="top">Accumulated by package</td>

Return to bug 205574