microsoft / SqlNexus

SQL Nexus is a tool that helps you identify the root cause of SQL Server performance issues. It loads and analyzes performance data collected by SQL LogScout, SQLDiag or PSSDiag. It can dramatically reduce the amount of time you spend manually analyzing data.
MIT License
348 stars 99 forks source link

Add timers at the end of some of the import progress bars to indicate duration of each step #214

Closed PiJoCoder closed 1 year ago

PiJoCoder commented 1 year ago

These two phases are not showing run times/duration: Post-import Processing and PerfStatsAnalysis

image

Make them consistent with the other steps

PiJoCoder commented 1 year ago

After the change

image