* include structure analyzer
@ 2002-10-03 6:24 Alina Valea
2002-10-03 15:27 ` Progga
0 siblings, 1 reply; 3+ messages in thread
From: Alina Valea @ 2002-10-03 6:24 UTC (permalink / raw)
To: linux-c-programming
Hello everybody,
I would need something like this: given a filename (be it a
.c or a .h file), obtain a graph of the files it includes.
Example : header.h / \ / \ header1.h header2.h / \ | / \ |
header11.h header12.h header21.h
or
source.c / \ / \ header1.h header2.h / \ | / \ | header11.h
header12.h header21.h
Does anybody know of such a tool?
Thanks, Alina
----
Home, no matter how far...
http://www.home.ro
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: include structure analyzer
2002-10-03 6:24 include structure analyzer Alina Valea
@ 2002-10-03 15:27 ` Progga
2002-10-04 22:58 ` Jude DaShiell
0 siblings, 1 reply; 3+ messages in thread
From: Progga @ 2002-10-03 15:27 UTC (permalink / raw)
To: Alina Valea, linux-c-programming
On Thursday 03 Oct 2002 6:24 am, Alina Valea wrote:
> Hello everybody,
>
> I would need something like this: given a filename (be it a
> .c or a .h file), obtain a graph of the files it includes.
I am not sure but "cscope" might help.
Khoda Hafez
Progga
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: include structure analyzer
2002-10-03 15:27 ` Progga
@ 2002-10-04 22:58 ` Jude DaShiell
0 siblings, 0 replies; 3+ messages in thread
From: Jude DaShiell @ 2002-10-04 22:58 UTC (permalink / raw)
To: Progga; +Cc: Alina Valea, linux-c-programming
perhaps cprof might get you this information along with much more. It's
part of the gcc package I think.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-10-04 22:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-03 6:24 include structure analyzer Alina Valea
2002-10-03 15:27 ` Progga
2002-10-04 22:58 ` Jude DaShiell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).