Sponsored Content
Full Discussion: Mac Mini (Intel)
UNIX Standards and Benchmarks UNIX & LINUX Benchmarks (Version 3.11) UNIX Benchmarks Mac Mini (Intel) Post 302313464 by tnorth on Tuesday 5th of May 2009 05:55:32 PM
Old 05-05-2009
Mac Mini (Intel)

Code:
      Model Name: Mac mini
      Model Identifier: Macmini2,1
      Processor Name: Intel Core 2 Duo
      Processor Speed: 1.83 GHz
      Number Of Processors: 1
      Total Number Of Cores: 2
      L2 Cache: 2 MB
      Memory: 2 GB
      Bus Speed: 667 MHz
      Boot ROM Version: MM21.009A.B00
      SMC Version: 1.19f0

==============================================================

  BYTE UNIX Benchmarks (Version 3.11)
  System -- Darwin box 9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386 i386
  Start Benchmark Run: Tue May  5 14:48:09 EDT 2009
   2 interactive users.
Dhrystone 2 without register variables   4959967.3 lps   (10 secs, 6 samples)
Dhrystone 2 using register variables     5015759.8 lps   (10 secs, 6 samples)
Arithmetic Test (type = arithoh)         14071809.7 lps   (10 secs, 6 samples)
Arithmetic Test (type = register)        1473779.9 lps   (10 secs, 6 samples)
Arithmetic Test (type = short)           1384559.4 lps   (10 secs, 6 samples)
Arithmetic Test (type = int)             1473089.2 lps   (10 secs, 6 samples)
Arithmetic Test (type = long)            1473284.2 lps   (10 secs, 6 samples)
Arithmetic Test (type = float)           1059786.4 lps   (10 secs, 6 samples)
Arithmetic Test (type = double)          586504.1 lps   (10 secs, 6 samples)
System Call Overhead Test                155483.9 lps   (10 secs, 6 samples)
Pipe Throughput Test                     168494.0 lps   (10 secs, 6 samples)
Pipe-based Context Switching Test         58754.7 lps   (10 secs, 6 samples)
Process Creation Test                      1793.8 lps   (10 secs, 6 samples)
Execl Throughput Test                       920.8 lps   (9 secs, 6 samples)
File Read  (10 seconds)                  403137.0 KBps  (10 secs, 6 samples)
File Write (10 seconds)                   32530.0 KBps  (10 secs, 6 samples)
File Copy  (10 seconds)                   30717.0 KBps  (10 secs, 6 samples)
File Read  (30 seconds)                  402860.0 KBps  (30 secs, 6 samples)
File Write (30 seconds)                   30889.0 KBps  (30 secs, 6 samples)
File Copy  (30 seconds)                   30504.0 KBps  (30 secs, 6 samples)
C Compiler Test                            1161.2 lpm   (60 secs, 3 samples)
Shell scripts (1 concurrent)               1859.6 lpm   (60 secs, 3 samples)
Shell scripts (2 concurrent)               1352.0 lpm   (60 secs, 3 samples)
Shell scripts (4 concurrent)                707.0 lpm   (60 secs, 3 samples)
Shell scripts (8 concurrent)                352.6 lpm   (60 secs, 3 samples)
Dc: sqrt(2) to 99 decimal places          33879.5 lpm   (60 secs, 6 samples)
Recursion Test--Tower of Hanoi            63988.8 lps   (10 secs, 6 samples)


                     INDEX VALUES            
TEST                                        BASELINE     RESULT      INDEX

Arithmetic Test (type = double)               2541.7   586504.1      230.8
Dhrystone 2 without register variables       22366.3  4959967.3      221.8
Execl Throughput Test                           16.5      920.8       55.8
File Copy  (30 seconds)                        179.0    30504.0      170.4
Pipe-based Context Switching Test             1318.5    58754.7       44.6
Shell scripts (8 concurrent)                     4.0      352.6       88.2
                                                                 =========
     SUM of  6 items                                                 811.4
     AVERAGE                                                         135.2

 

We Also Found This Discussion For You

1. OS X (Apple)

Mac mini to Sony TV

Hi All, I have Mac mini, I bought DVI to HDMI cable and connected this to TV and sounds didn't come. On the Sony TV, right below VGA, I see mini-port plug in. I then connected VGA cable from Mac to Sony TV, I can see every thing. but for the sound, should I buy mini-port to mini-port cable.... (1 Reply)
Discussion started by: samnyc
1 Replies
Config::Model::Exception(3pm)				User Contributed Perl Documentation			     Config::Model::Exception(3pm)

NAME
Config::Model::Exception - Exception mechanism for configuration model VERSION
version 2.021 SYNOPSIS
# internal DESCRIPTION
You must read Exception::Class before reading on. This module creates all the exception class used by Config::Model. All exception class name begins with "Config::Model::Exception::" The exception classes are: "Any" Base class. It accepts an "object" argument. The user must pass the reference of the object where the exception occurred. The object name will be used to generate the error message. TODO: list all exception classes and hierarchy. How to get trace By default, most of the exceptions will not print out the stack trace. For debug purpose, you can force a stack trace. For instance, if you want a stack trace for an "unknown element" error, you must add this line in your script: Config::Model::Exception::UnknownElement->Trace(1) ; If you're not sure which class to trace, add this line in your script: Config::Model::Exception::Any->Trace(1) ; AUTHOR
Dominique Dumont, (ddumont at cpan dot org) SEE ALSO
Config::Model, Config::Model::Instance, Config::Model::Node, Config::Model::Value Exception::Class perl v5.14.2 2012-11-09 Config::Model::Exception(3pm)
All times are GMT -4. The time now is 10:26 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy