summaryrefslogtreecommitdiff
path: root/sc/TODO.performance
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-05-16 04:24:04 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-05-16 14:46:31 +0200
commitb8db7dcfd038d9609d7c093dbf634b3503434539 (patch)
treef59c2a91c1d795e88027dbef38c0e5db840d28ea /sc/TODO.performance
parenta840c78c8be318301844cc3609d0149c312077a5 (diff)
leave a note about problem seen in the chart2export callgrind profile
Change-Id: Id880f511ea2f81ecf06ac782bd6c49d738311bab
Diffstat (limited to 'sc/TODO.performance')
-rw-r--r--sc/TODO.performance5
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/TODO.performance b/sc/TODO.performance
index 3807e3e95f7f..835aef373ae5 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