[Libreoffice-commits] core.git: sc/TODO.performance
Markus Mohrhard
markus.mohrhard at googlemail.com
Mon May 16 12:47:06 UTC 2016
sc/TODO.performance | 5 +++++
1 file changed, 5 insertions(+)
New commits:
commit b8db7dcfd038d9609d7c093dbf634b3503434539
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Mon May 16 04:24:04 2016 +0200
leave a note about problem seen in the chart2export callgrind profile
Change-Id: Id880f511ea2f81ecf06ac782bd6c49d738311bab
diff --git a/sc/TODO.performance b/sc/TODO.performance
index 3807e3e..835aef3 100644
--- a/sc/TODO.performance
+++ b/sc/TODO.performance
@@ -5,3 +5,8 @@ Each method should contain a short description on how to hit the performance pro
* ScColumn::GetRangeScriptType
** Import tdf80853.csv and select the whole content with the keyboard
+
+* XclExpRowBuffer::GetOrCreateRow
+** Look at the profile of chart2export
+** The repeated calls to ScDocument::GetRowHeight seem strange
+*** There should be a more efficient way to handle that loop
More information about the Libreoffice-commits
mailing list