[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: deprecated use of octave_allocator
From: |
Andreas Weber |
Subject: |
Re: deprecated use of octave_allocator |
Date: |
Tue, 20 Jan 2015 13:19:14 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.3.0 |
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?
-- Andy