<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Difference between Self time and total time in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/Difference-between-Self-time-and-total-time/m-p/721457#M2620</link>
    <description>&lt;P&gt;what is difference between a self time and total time taken ?&lt;/P&gt;
&lt;P&gt;when I hover over self-time it says : the amount of time taken in this method only and does not include time spent on any method it called" . What does this mean?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any method in code is combination of other method calls so I dont know what self-time represents?&lt;/P&gt;

&lt;P&gt;Any explanation?&lt;/P&gt;</description>
    <pubDate>Wed, 28 Feb 2018 15:52:50 GMT</pubDate>
    <dc:creator>CommunityUser</dc:creator>
    <dc:date>2018-02-28T15:52:50Z</dc:date>
    <item>
      <title>Difference between Self time and total time</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Difference-between-Self-time-and-total-time/m-p/721457#M2620</link>
      <description>&lt;P&gt;what is difference between a self time and total time taken ?&lt;/P&gt;
&lt;P&gt;when I hover over self-time it says : the amount of time taken in this method only and does not include time spent on any method it called" . What does this mean?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any method in code is combination of other method calls so I dont know what self-time represents?&lt;/P&gt;

&lt;P&gt;Any explanation?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2018 15:52:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Difference-between-Self-time-and-total-time/m-p/721457#M2620</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2018-02-28T15:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Self time and total time</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Difference-between-Self-time-and-total-time/m-p/721458#M2621</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;If you refer to call graph self-time is the total time taken for the lines executed within the method and total time represents the time taken for all the invocations within the method (including other method calls).&lt;/P&gt;
&lt;P&gt;You can expand the call graph further for the one showing total time.&lt;/P&gt;
&lt;P&gt;Self-time is the time taken by a method for all the lines of code within it and excluding the time taken by any other methods which were called inside it.&lt;BR /&gt;Total time is the time taken by a method for all the lines of code within it and including the time taken by any other methods called inside it.&lt;/P&gt;
&lt;P&gt;e.g.&lt;/P&gt;
&lt;P&gt;public void methodA() {&lt;BR /&gt;code line 1 -&amp;gt; took 1 ms&lt;BR /&gt;methodB() - took 5 ms&lt;BR /&gt;code line 2 -&amp;gt; took 1 ms&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;methodA self-time would be 2 ms (time for code line 1 + code line 2)&lt;BR /&gt;methodA total time would be 7 ms (if not expanded this will show up, self-time + methodB time)&lt;BR /&gt;methodB self-time would be 5 ms&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 06:10:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Difference-between-Self-time-and-total-time/m-p/721458#M2621</guid>
      <dc:creator>Pratik_Maskey</dc:creator>
      <dc:date>2018-03-01T06:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Self time and total time</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Difference-between-Self-time-and-total-time/m-p/721459#M2622</link>
      <description>&lt;P&gt;I have this following method:&lt;/P&gt;

&lt;P&gt;public ResultSet executeQuery() throws SQLException {&lt;BR /&gt; checkOpen();&lt;BR /&gt; try {&lt;BR /&gt; return DelegatingResultSet.wrapResultSet(this,((PreparedStatement)_stmt).executeQuery());&lt;BR /&gt; }&lt;BR /&gt; catch (SQLException e) {&lt;BR /&gt; handleException(e);&lt;BR /&gt; throw new AssertionError();&lt;BR /&gt; }&lt;BR /&gt; }&lt;/P&gt;
&lt;P&gt;The report shows line 764 which part of the another method not show here. But the method that is called at 764 is shown above.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="line number.JPG" style="width: 692px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.jpeg"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/34964iF30E567F25F6BEBC/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.jpeg" alt="image.jpeg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="selftotal.JPG" style="width: 320px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.jpeg"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/34969i69B9887951604096/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.jpeg" alt="image.jpeg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;AppD says self time of this method is 150ms and total time of this method is 150ms. There only method calls in this. so what took the self time?&amp;nbsp; or the self time is the time of the method that called executeQuery( In this case the method that has line 764)&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2018 15:54:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Difference-between-Self-time-and-total-time/m-p/721459#M2622</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2018-03-02T15:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Self time and total time</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Difference-between-Self-time-and-total-time/m-p/721460#M2623</link>
      <description>&lt;P&gt;The self time and total time&amp;nbsp;are treated as separate if its the last call or there is no sub call( JDBC call or HTTP service call). In your case, the 150 ms is the time taken to execute the call (the other lines of code) including the query execution time.&lt;/P&gt;

&lt;P&gt;The execution time will be the total of all the self time.&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2018-03-06 at 7.12.10 PM.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/34971i09320A66043BB5DE/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2018-03-06 at 7.13.20 PM.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/34970iB41850FD74CBC3B9/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2018 13:49:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Difference-between-Self-time-and-total-time/m-p/721460#M2623</guid>
      <dc:creator>Pratik_Maskey</dc:creator>
      <dc:date>2018-03-06T13:49:05Z</dc:date>
    </item>
  </channel>
</rss>

