Perhaps this is a good beginner's task?
We could improve the traceModule with the following features:
- Indent each subsequent method call, to better display the call hierarchy:
methodCall1()
methodCall1.1()
methodCall1.2()
methodCall2()
methodCall3()
- Enable File tracing mode, that logs the tracelogs to a file (CSV file), in a machine-readable way, to be able to further process it and get more insights.