octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #44703] 10X slowdown on Windows XP vs. Linux


From: Rik
Subject: [Octave-bug-tracker] [bug #44703] 10X slowdown on Windows XP vs. Linux
Date: Thu, 02 Apr 2015 19:26:55 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0

Follow-up Comment #2, bug #44703 (project octave):

It's the same hardware.  I run Linux on the bare metal and Windows XP as a
virtual machine within Linux.

Information on csrss.exe is here
(http://en.wikipedia.org/wiki/Client/Server_Runtime_Subsystem).   

It appears that csrss is invoked whenever there are console operations. 
During for loops, Octave may be checking the console repeatedly for a 'Ctrl+C'
character which is actually causing the crazy amount of activity I see.

This is another example which shows only 8-18% CPU usage for csrss.exe.


for i = 1:2e3
  x = rand (50,50);
endfor



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44703>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]