Author Topic: Call flow graphs  (Read 1639 times)

A

  • Junior Community Member
  • Posts: 7
  • Hero Points: 0
Call flow graphs
« on: December 17, 2024, 05:24:34 AM »
Hi,
  I am using slickedit to generate call flow graphs of functions. The way I do it is to right click on a function in the "Defs" window and select "Calls or uses" and do an "expand" on the first level call flow that appears. Clicking on "expand" a few more times I get to the bottom most functions that get called. I then do a "contents->copy" and with a bit of python I can get to the call flow graph.
  However there is a problem- the functions are listed in alphabetical order rather than the order in which they are called. Is there a way to configure slickedit to generate the list in calling order.
Thanks,
A

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 7032
  • Hero Points: 534
Re: Call flow graphs
« Reply #1 on: December 17, 2024, 11:18:30 PM »
There definitely isn't an option for sorting. I took a quick look at tagcalls.e where I think the sorting is done but I had no luck trying to tweak it. i would have to trace it much more throughly.