summaryrefslogtreecommitdiffstats
path: root/src/object-test.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object-test.h')
-rw-r--r--src/object-test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/object-test.h b/src/object-test.h
index d6a9dbbd3..06363c372 100644
--- a/src/object-test.h
+++ b/src/object-test.h
@@ -208,6 +208,7 @@ public:
end = clock();
std::cout << "Took " << double(end - begin) / double(CLOCKS_PER_SEC) << " seconds to ungroup a <g> with " << num_elements << " elements\n";
+ std::cout << " Note: sp_item_group_ungroup_handle_clones() is responsible\n for most of the time as it is linear in number of elements\n which results in quadratic behavior for ungrouping." << std::endl;
begin = clock();
// Remove those elements