html-query-plan icon indicating copy to clipboard operation
html-query-plan copied to clipboard

Add Execution Time in the output

Open goranschwarz opened this issue 11 months ago • 0 comments

What about adding Execution Time, just below the "Cost: #%" in the output?

The XML propert "ActualElapsedms" and "ActualCPUms" are there, why not display it, if they are present in the plan :)

<RunTimeInformation>
  <RunTimeCountersPerThread Thread="0" ActualRows="10" Batches="0" ActualEndOfScans="1" ActualExecutions="1" ActualExecutionMode="Row" ActualElapsedms="4" ActualCPUms="4" />
</RunTimeInformation>

But possibly this is not maintained anymore ???

goranschwarz avatar Mar 07 '24 18:03 goranschwarz