[Bugzilla] [Bug 13806] New: xrects 10 to 100 slower than in 5.3.3

bugzilla.admin at scilab.org bugzilla.admin at scilab.org
Fri Apr 3 11:11:32 CEST 2015


http://bugzilla.scilab.org/show_bug.cgi?id=13806
--------- Bug Summary -----------
xrects 10 to 100 slower than in 5.3.3

---------- Changed by ------------
Alain.Lamy at cnes.fr

---------- What changed ----------
bug_id, short_desc, product, version, rep_platform, op_sys, bug_status, bug_severity, priority, component, assigned_to, reporter


            Bug ID: 13806
           Summary: xrects 10 to 100 slower than in 5.3.3
           Product: Scilab software
           Version: 5.5.2 final version
          Hardware: PC
                OS: Windows 7
            Status: NEW
          Severity: Blocker
          Priority: P5
         Component: Graphics
          Assignee: bugzilla.admin at scilab.org
          Reporter: Alain.Lamy at cnes.fr

BUG DESCRIPTION:
----------------

Hi, 

I'm reopening bug #11348 because the problem is still there (and because my previous 
remark may not have been noticed). 

Alain



ERROR LOG:
----------
NONE



HOW TO REPRODUCE THE BUG:
-------------------------

// (based on Guillaume's example - see bug #11348): 

// plot N random rectangles
function [t] = TEST(N)
  f = scf(); 
  f.immediate_drawing = "off"; 
  tic(); 
  xrects(rand(4,N),ones(1,N)); 
  t = toc(); 
  f.immediate_drawing = "on"; 
endfunction


// --- case 1 --- 
TEST(10000)

// 5.3.3: 0.03 s
// 5.5.2: 6.3 s  => MUCH MUCH SLOWER (time x100 or more)


// --- case 2 ---
TEST(100000)

// 5.3.3: 0.2 s
// 5.5.2: *** SCILAB CRASHES *** (all windows disappear from the screen, even with stacksize("max"))! 




OTHER INFORMATION:
------------------

Windows 7 - 32 bits

-- 
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/bugzilla/attachments/20150403/782f3fa5/attachment.htm>


More information about the Bugzilla mailing list