Hi;

Is there an easy way to get function call tree in Julia.

For example, if a call f(3), it will give me a result like follows at least 
in text format.

f(3)
  |- g(4)
  |     |- h(5)
  |- h(8)

Thanks

Reply via email to