mu4e: Add some timing info to mu4e-headers-precise-alignment

Add some time information. Things are a bit slower with the precise
alignment.
This commit is contained in:
Dirk-Jan C. Binnema 2020-10-26 11:23:09 +02:00
parent e3896de8a4
commit f2e87ea2d4
1 changed files with 4 additions and 1 deletions

View File

@ -109,7 +109,10 @@ vertical split-view."
(defcustom mu4e-headers-precise-alignment nil
"When set, use precise (but relatively slow) alignment for columns.
Otherwise, do it in a slightly inaccurate but faster way."
By default, do it in a slightly inaccurate but faster way. To get
an idea about the difference, In some tests, the rendering time
was around 5.8 ms per messages for precise alignment, versus 3.3
for non-precise aligment (for 445 messages)."
:type 'boolean
:group 'mu4e-headers)