pvcbuild / pvc

PVC -- Scaffold, Build, Publish -- Composable, extensible builds in .NET created by @stirno
http://pvcbuild.com
MIT License
117 stars 11 forks source link

Task Execution Stats #3

Closed stirno closed 10 years ago

stirno commented 10 years ago

Keep timers for each tasks execution time, display to user

stirno commented 10 years ago

Tasks output their start/finish and timing data. Any console output that is written during the execution of a task is written with its name on the line, similar to this:

[pvc] Starting 'default' ...
[pvc] [default] Random Text from default task/Console.Write
[pvc] Finished 'default' in 4 ms