ford
ford copied to clipboard
order of subroutine calls in call tree graphs
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.
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 .
This was mostly fixed in #484