seantronsen / pvt

GNU General Public License v3.0
0 stars 0 forks source link

Add identifiers to display panes #4

Closed seantrons closed 5 months ago

seantrons commented 6 months ago

The current logging suite does not distinguish between multiple panes when sending messages to the console, resulting in ambiguity when multiple data display panes are used and performance is to be analyzed.

seantrons commented 6 months ago

Removing the ambiguity would make it simple to filter the logs with tools like grep or rg.

seantronsen commented 6 months ago

it could also be worthwhile to further the composition style here. similar to how we can animate graphs with the Animator class, we could create a PerfLog class that updates a label for just the wrapped pane on each render.

seantrons commented 5 months ago

Implemented in: 6448a73 closing.