ford icon indicating copy to clipboard operation
ford copied to clipboard

order of subroutine calls in call tree graphs

Open Koushikphy opened this issue 3 years ago • 1 comments

The call tree shows the subroutine call order randomly. One of my program calls five subroutine but call tree shows them as 4th,5th,3rd,1st,2nd from top to bottom. They are not in alphabetical order too. I have mentioned in the project file as srt=src, but it doesn't shows that way.

Koushikphy avatar Jun 27 '21 16:06 Koushikphy

This is due to the behaviour of upstream dependency dot. Unfortunately, I don't think there is anything I can do about this.

On Sun, 27 Jun 2021, 17:15 Koushik Naskar, @.***> wrote:

The call tree shows the subroutine call order randomly. One of my program calls five subroutine but call tree shows them as 4th,5th,3rd,1st,2nd from top to bottom. They are not in alphabetical order too. I have mentioned in the project file as srt=src, but it doesn't shows that way.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Fortran-FOSS-Programmers/ford/issues/328, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB6ESPO3DKLQBR5XNXEKMHLTU5FDHANCNFSM47MRKBWQ .

cmacmackin avatar Jun 27 '21 16:06 cmacmackin

This was mostly fixed in #484

ZedThree avatar Mar 24 '23 16:03 ZedThree