CodeGeneration.Roslyn
CodeGeneration.Roslyn copied to clipboard
Add performance tracking into the Tool
Let's add the ability to measure time taken by every generator and file invoked.
This is needed to tune the performance: if generators take most of the time, or is the warmup time the dominating factor (loading the Tool, plugins, JITting assemblies, compiling the project).
Needed by #226