From b8db7dcfd038d9609d7c093dbf634b3503434539 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Mon, 16 May 2016 04:24:04 +0200 Subject: leave a note about problem seen in the chart2export callgrind profile Change-Id: Id880f511ea2f81ecf06ac782bd6c49d738311bab --- sc/TODO.performance | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sc/TODO.performance') 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 -- cgit