~ubuntu-branches/ubuntu/precise/gnustep-base/precise

« back to all changes in this revision

Viewing changes to Testing/benchmark.m

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2008-07-05 09:49:51 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080705094951-gs19i3erqo2xx6if
Tags: 1.16.1-2ubuntu1
* Merge from Debian unstable, remaining Ubuntu changes:
  + debian/rules:
    - Add lpia to ALL_ARCHS supported architectures.
  + debian/control:
    - Add lpia architecture where needed.
  + debian/control{,.m4}:
    - Update Maintainer field as per spec.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
   This file is part of the GNUstep Base Library.
9
9
 
10
 
   This library is free software; you can redistribute it and/or
 
10
   This file is free software; you can redistribute it and/or
11
11
   modify it under the terms of the GNU General Public
12
12
   License as published by the Free Software Foundation; either
13
13
   version 3 of the License, or (at your option) any later version.
14
14
 
15
 
   This library is distributed in the hope that it will be useful,
 
15
   This file is distributed in the hope that it will be useful,
16
16
   but WITHOUT ANY WARRANTY; without even the implied warranty of
17
17
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
18
18
   General Public License for more details.
19
19
 
20
20
   You should have received a copy of the GNU General Public
21
 
   License along with this library; if not, write to the Free
22
 
   Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
 
21
   License along with this file; if not, write to the Free
 
22
   Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 
23
   Boston, MA 02111 USA.
23
24
 
24
25
*/
25
26
 
370
371
bench_number()
371
372
{
372
373
  int i;
373
 
  int j;
374
374
  NSMutableDictionary *dict;
375
375
  NSNumber      *n[MAX_COUNT*10];
376
376