At 08:52 PM 12/21/99 -0500, you wrote:
>>> What I want is not a nifty
>>> editor function. I want something that will read in my
>>> source code and produce something like this:
>>>
>>> Procedure A calls:
>>> B
>>> C
>>> D
>>> ...
>
>>I don't think the compiler will do this. In fact, the compiler doesn't
>>even have this information in the normal course of doing its job. Not
>>that the linker will export the information either.
>
>A compiler certainly COULD track this information! It definitely DOES
>know which procedures call which others.
>
Ever heard of a profiler?