Path: news.mathworks.com!not-for-mail
From: "Drago Zarkovic" <dragozarkovic@yahoo.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Force 100% CPU usage
Date: Sat, 6 Jun 2009 05:32:01 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 5
Message-ID: <h0cv0h$lmb$1@fred.mathworks.com>
References: <h06dov$egu$1@fred.mathworks.com> <h0ckgo$1mn$1@fred.mathworks.com>
Reply-To: "Drago Zarkovic" <dragozarkovic@yahoo.com>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1244266321 22219 172.30.248.35 (6 Jun 2009 05:32:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sat, 6 Jun 2009 05:32:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1844830
Xref: news.mathworks.com comp.soft-sys.matlab:545155


I also have a similar problem.

I have a program which does some iterations in two while loops and I have a double core processor and get 50% cpu usage. Profiler says that a loss of time is hapenning mostly on if statements... Program is extremely slow. Is this enough info?

Thank you