Profile and show an overview of what happens under the hood.
Profile is using gprof2dot by Jose Fonseca.
Required to have some visuale output is DOT.
Install DOT with homebrew brew install graphviz
from roboFontProfile import ShowProfile
def myFunction():
NewFont()
ShowProfile(myFunction)