akochis has asked for the wisdom of the Perl Monks concerning the following question:
I am looking for a similar tool for PERL. Note this is not a profiler. The code is not executed. It is a static viw of the calling sequence.1 main() <int main (int argc,char **argv) at main.c:627>: 2 register_output() <int register_output (const char *name,int (*h +andler)(cflow_output_command cmd,FILE *outfile,int line,void *data,vo +id *handler_data),void *handler_data) at output.c:74>: 3 abort() 4 strdup() 5 handler() 6 gnu_output_handler() <int gnu_output_handler (cflow_output_comma +nd cmd,FILE *outfile,int line,void *data,void *handler_data) at gnu.c +:63>: 7 fprintf()
Code tags added by GrandFather
2006-03-07 Retitled by g0n, as per Monastery guidelines
Original title: 'Looking a a utility'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Looking for a utility like GNU cflow
by Fletch (Bishop) on Mar 06, 2006 at 20:34 UTC |