Internal utility to profile a module and display the function calls sorted
by the cumulative time taken by each of them. This is a tool for development
of the code.
Parameters :
filename : string
Name of the module to be profiled. The module must have some executable
part.