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
No node to print
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
  5 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
 
Raghu Uppalli  
View profile  
 More options Mar 18 2005, 4:35 pm
From: "Raghu Uppalli" <raaghuli...@yahoo.com>
Date: Fri, 18 Mar 2005 21:35:03 -0000
Local: Fri, Mar 18 2005 4:35 pm
Subject: No node to print
I've run and collected the cpu and heap profiles of my program. When I
try to interepret the CPU profile through pprof, I get a message "No
node to print". I have let the program run for about 30 minutes and the
profile file is not of size 0. (It is about 3k). What does this mean?

 
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.
Craig Silverstein  
View profile  
 More options Mar 18 2005, 6:09 pm
From: Craig Silverstein <csilv...@google.com>
Date: 18 Mar 2005 15:09:37 -0800
Local: Fri, Mar 18 2005 6:09 pm
Subject: Re: [Opensource-perftools] No node to print

} I've run and collected the cpu and heap profiles of
} my program. When I try to interepret the CPU profile through pprof,
} I get a message "No node to print".

Usually it means the program hasn't finished properly.  Is it possible
your program is hanging for some reason?  Or it was killed by
interrupting it instead of a clean exit?

One thing to try is to run pprof without the --gv option and see what
if any errors get printed.

Also, run "strings <profile>" and see what is printed.  In particular,
does a /proc/pid/map copy come out?

craig


 
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.
Raghu Uppalli  
View profile  
 More options Mar 21 2005, 4:16 pm
From: "Raghu Uppalli" <raaghuli...@yahoo.com>
Date: Mon, 21 Mar 2005 21:16:27 -0000
Local: Mon, Mar 21 2005 4:16 pm
Subject: Re: No node to print

Craig Silverstein wrote:
> } I've run and collected the cpu and heap profiles of
> } my program. When I try to interepret the CPU profile through pprof,
> } I get a message "No node to print".

> Usually it means the program hasn't finished properly.  Is it
possible
> your program is hanging for some reason?  Or it was killed by
> interrupting it instead of a clean exit?

No, the program is finishing properly.

> One thing to try is to run pprof without the --gv option and see what
> if any errors get printed.

When run without the --gv, it prints nothing
--------------
bashir:$pprof --gv SwitchController /tmp/profiles/swBcpu
No nodes to print
bashir:$pprof SwitchController /tmp/profiles/swBcpu
bashir:$
----------------

> Also, run "strings <profile>" and see what is printed.  In
particular,
> does a /proc/pid/map copy come out?

> craig

The entries in /proc/<pid>/map  and <profile> are similar but not the
same. I mean, the .so's listed match but not the addresses..

 
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.
Arioch  
View profile  
 More options Mar 25 2005, 6:11 pm
From: "Arioch" <brian.p.mur...@gmail.com>
Date: Fri, 25 Mar 2005 23:11:25 -0000
Local: Fri, Mar 25 2005 6:11 pm
Subject: Re: No node to print
I'm having the same issue...
Most of our work takes place in shared libraries .. maybe this is the
problem.
I haven't had much success getting any profilers to work with shared
libraries oprofile seems to be the best bet.
Brian

 
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.
tarry  
View profile  
 More options Aug 21 2012, 9:53 am
From: tarry <tsha...@mvista.com>
Date: Tue, 21 Aug 2012 06:53:12 -0700 (PDT)
Local: Tues, Aug 21 2012 9:53 am
Subject: Re: No node to print

Hi ,
I too get the same issue . However long the program runs , I always get the
output as "No nodes to print"


 
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 »