[Libreoffice-commits] core.git: Branch 'feature/perfwork4' - 2 commits -
Kohei Yoshida
kohei.yoshida at collabora.com
Fri Oct 24 07:23:05 PDT 2014
0 files changed
New commits:
commit e8a931855e7f56e85d2876437f375156a19f83c9
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date: Fri Oct 24 10:20:34 2014 -0400
Revert "Make chart's shape creation temporarily no-op."
This reverts commit 2e78163c9c6d5400743f97e6b0e5ecb137a6f355.
diff --git a/chart2/source/view/main/ChartView.cxx b/chart2/source/view/main/ChartView.cxx
index 72070a4..769c007 100644
--- a/chart2/source/view/main/ChartView.cxx
+++ b/chart2/source/view/main/ChartView.cxx
@@ -2546,8 +2546,6 @@ static const char* envChartDummyFactory = getenv("CHART_DUMMY_FACTORY");
void ChartView::createShapes()
{
- return; // temporarily no-op
-
osl::ResettableMutexGuard aTimedGuard(maTimeMutex);
if(mrChartModel.isTimeBased())
{
commit 8ccb16a4b885b16bc5393e5a91727243ae6c1d0e
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date: Fri Oct 24 10:19:10 2014 -0400
Make chart's shape creation temporarily no-op.
This is strictly for the purpose of measuring the significance of chart's
shape creation in the overall performance profile.
Change-Id: Iee8eb1629d0bfaacdb3c370e4c2e2a0ab858ae7c
diff --git a/chart2/source/view/main/ChartView.cxx b/chart2/source/view/main/ChartView.cxx
index 769c007..72070a4 100644
--- a/chart2/source/view/main/ChartView.cxx
+++ b/chart2/source/view/main/ChartView.cxx
@@ -2546,6 +2546,8 @@ static const char* envChartDummyFactory = getenv("CHART_DUMMY_FACTORY");
void ChartView::createShapes()
{
+ return; // temporarily no-op
+
osl::ResettableMutexGuard aTimedGuard(maTimeMutex);
if(mrChartModel.isTimeBased())
{
More information about the Libreoffice-commits
mailing list