Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
how to interpret these results
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
john  
View profile  
 More options Nov 3 2009, 1:59 pm
From: john <johnpha...@gmail.com>
Date: Tue, 3 Nov 2009 10:59:08 -0800 (PST)
Local: Tues, Nov 3 2009 1:59 pm
Subject: how to interpret these results
Hello all, I have a cachgrind file which I've loaded into webgrind and
it's showing me a call to GraphLoader::getGraph with 1 invocation
count, total self cost = 74.51%, total inclusive cost = 92.32%.

But when I drill down into the "calls," I get a list of calls whose
"total call cost" only adds up to less than 18%. What does that mean?

A little extra info: only 5 of the 40 calls listed has a "total call
cost" value > 1%. The greatest one is 9.24%. Next is 2.38, 1.69, 1.36,
1.21.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
oetting  
View profile  
 More options Nov 12 2009, 11:57 am
From: oetting <oett...@gmail.com>
Date: Thu, 12 Nov 2009 08:57:17 -0800 (PST)
Local: Thurs, Nov 12 2009 11:57 am
Subject: Re: how to interpret these results
Hi John

The total self cost is the time spent in the function. That is, doing
anything other than calling other functions.

The total inclusive cost is the time spent in the function plus the
time spent in functions called from that function. (74 + 18 = 92)

On Nov 3, 7:59 pm, john <johnpha...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »