I would like to measure my script problems. But since I mostly deal with functions that I create doing:
Measure-Script {
MyFunction
}
Doesn't bring me any useful results. It would be nice if it would dive (or as you said "explode") into MyFunction and then asses it instead of just doing what it does now.
Thanks, looking forward to improving some of my code with your measurements.