Meaning of outputs of Profile.print()

In Julia 1.4.2, the output of Profile.print() has the following columns:

Overhead ╎ [+additional indent] Count File:Line; Function

This looks different from the official documentation, which does not have the Overhead column for example.

How should I understand the outputs of Profile.print()? What does Overhead ╎ [+additional indent] mean?

1 Like