It basically shows the structure of all functions being activated. Not specific ones. Every single function that is called, Trace shows it, indented, and when that function ends. All functions called inside of it, etc. so you can see vaguely how certain things work and determine what's happening.
Not something to leave active for any length of time.