-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Call graph dot files missing #219
Comments
I have to confess that I know nothing about GraphViz or |
There's no need to understand GraphViz. The real question is "Should the files be built?" regardless of how they work. Having links to non-existent files in the generated HTML files seems like a real bug. |
I attempted to reproduce the problem you reported. Please tell me whether what follows is an adequate reproduction of the problem. I have a locally installed Perl program called
For the moment, let's set aside the program I just reported in #221. I go to the directory specified by
Of these 40
Example:
However, the file which is the value for I don't yet know why the files that do not mention
Questions:
|
@jkeenan Yes, that's exactly the problem. I've also found and shown a way how to have the files created, but I'm unsure it's what we want and need. |
FWIW, the condition was first added in a4a0259 |
When running
nytprofhtml
, only two dot files are created:packages-callgraph.dot
andsubs-callgraph.dot
. All other pages contain links to additional dot files, but they don't exist.I've found an abandoned project from 2012 where the dot files existed in the nytprof/ directory. The files claim to be produced by NYTProf 4.09.
It's interesting that changing the following condition starts creating the files - but 4.09 had the same condition as the current version.
Originally reported at PerlMonks.
The text was updated successfully, but these errors were encountered: