Skip to content

Add number of pixels to status progress

Simon Spannagel requested to merge status_px into master

This will change the status progress line from

|13:52:48.475|  (STATUS) Ev: 44.8k Tr: 24.7k (0.551/ev) t = 128.752s

to also include pixels:

|13:52:48.475|  (STATUS) Ev: 44.8k Px: 5.68M Tr: 24.7k (0.551/ev) t = 128.752s

The counting has been moved to the clipboard itself which now provides a function for that.

Merge request reports