rappen / PluginTraceViewer

Investigate the Microsoft Dataverse Plugin Trace Log with easy filtering and display possibilities
https://JonasR.app/PTV
GNU General Public License v3.0
12 stars 5 forks source link

Fix Placement of Units #51

Closed daryllabar closed 6 years ago

daryllabar commented 7 years ago

image

In this image, you can see "Exec. Time / Day (s)" in the label. At first glance this is read as "Execution time per days".

Recommend changing to "Exec. Time (s/day)" as I am assuming, your units are seconds per day.

rappen commented 7 years ago

That is one way of looking at it, definitely. Or the way I originally thought: "Execution time per day (measured in seconds)". But I see your point!

daryllabar commented 7 years ago

So... Execution time per day in seconds, or Execution time in seconds per day idk...

cseymr commented 7 years ago

Or "Cumulative Total of all time spent today executing this plugin(s)", but written in a really narrow font to fit it in :-)

cseymr commented 7 years ago

Or, if we have to be sensible: "Exec. Time per Day (s)"

Or "Tot.Exec.Time Today (s)" Or "Total Today (s)" (with the context expressing the total of what!) Perhaps with a tooltip. (Are those still a thing?)

rappen commented 7 years ago

Tooltips are still things. Sort of. You can't touch them. But they are there. I guess there should be a big tooltip saying:

Execution time per day is calculated using the formula:

     Execution Count x Average Execution Time
t = ------------------------------------------
      (Last executed - First executed) x 1000