octave-maintainers
[Top][All Lists]
Advanced

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

Re: deprecated use of octave_allocator


From: John W. Eaton
Subject: Re: deprecated use of octave_allocator
Date: Tue, 20 Jan 2015 08:38:25 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.2.0

On 01/20/2015 07:19 AM, Andreas Weber wrote:
Am 20.01.2015 um 11:24 schrieb John W. Eaton:
On 01/17/2015 12:10 PM, Andreas Weber wrote:

Then I run "time make check"

on the built with default configure flags:
real    6m20.855s
user    5m29.124s
sys    0m48.276s

and the built with "--enable-octave-allocator"
real    6m16.529s
user    5m29.368s
sys    0m47.540s
....

I don't think you are going to get useful data from just one simple
operation.  A better test might be to compare the time it takes to run
the full test suite.  That will create many objects, not just a few.

The above tests are from "time make check". Do we have another testsuite
I'm not aware of?

Sorry, I was focused on the --eval test you did, which doesn't really show anything.

I think the results you see show that the custom allocator doesn't really make much difference. So it seems to me that we might as well remove it completely.

jwe





reply via email to

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