Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ui-dev] Question about PerformancePerspective2

In HEAD, PerformancePerspective2 includes:
        layout.addView(IPageLayout.ID_TASK_LIST, IPageLayout.RIGHT, .75f, 
IPageLayout.ID_EDITOR_AREA);
        layout.addView(IPageLayout.ID_OUTLINE, IPageLayout.BOTTOM, .75f, 
IPageLayout.ID_EDITOR_AREA);
but in the perf_301 branch, it just has:
        layout.addFastView(IPageLayout.ID_TASK_LIST);

Not that it's a fast view too in 3.0.1.

Based on the revision history, it looks like this was deliberate, but it 
could have a major impact on some of the tests, particularly editor perf 
tests. 
It looks like this perspective is only used in the perspective switch 
tests currently, but we should still be comparing apples with apples 
between the versions.

Can this be changed to be consistent between versions?

Nick



Back to the top