Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!ucsfcgl!cca.ucsf.edu!root From: root@cca.ucsf.edu (Systems Staff) Newsgroups: comp.os.minix Subject: Dhrystone 2.1 sample run Summary: Here is a sample run Message-ID: <2472@ucsfcca.ucsf.edu> Date: 6 Oct 89 23:47:06 GMT References: <24988@louie.udel.EDU> <2457@ucsfcca.ucsf.edu> <3545@ast.cs.vu.nl> <2470@ucsfcca.ucsf.edu> Organization: Computer Center, UCSF Lines: 91 Since the output of Dhrystone 2.1 is considerably different from the old version, here is a sample run. The bulk of the output consists of pairs of lines. Most of these pairs should contain two lines exactly alike. You should check this the first time you run the program to verify its operation. Note that the number at the end of the line: Please give the number of runs through the benchmark: 10000 was typed in. With this value the run required about 15 seconds of user CPU time on a VAX 750. Larger values are more appropriate to reduce anomalies from timer quantization etc. ==================================================================== Dhrystone Benchmark, Version 2.1 (Language: C) Program compiled without 'register' attribute Please give the number of runs through the benchmark: 10000 Execution starts, 10000 runs through Dhrystone Execution ends Final values of the variables used in the benchmark: Int_Glob: 5 should be: 5 Bool_Glob: 1 should be: 1 Ch_1_Glob: A should be: A Ch_2_Glob: B should be: B Arr_1_Glob[8]: 7 should be: 7 Arr_2_Glob[8][7]: 10010 should be: Number_Of_Runs + 10 Ptr_Glob-> Ptr_Comp: 24576 should be: (implementation-dependent) Discr: 0 should be: 0 Enum_Comp: 2 should be: 2 Int_Comp: 17 should be: 17 Str_Comp: DHRYSTONE PROGRAM, SOME STRING should be: DHRYSTONE PROGRAM, SOME STRING Next_Ptr_Glob-> Ptr_Comp: 24576 should be: (implementation-dependent), same as above Discr: 0 should be: 0 Enum_Comp: 1 should be: 1 Int_Comp: 18 should be: 18 Str_Comp: DHRYSTONE PROGRAM, SOME STRING should be: DHRYSTONE PROGRAM, SOME STRING Int_1_Loc: 5 should be: 5 Int_2_Loc: 13 should be: 13 Int_3_Loc: 7 should be: 7 Enum_Loc: 1 should be: 1 Str_1_Loc: DHRYSTONE PROGRAM, 1'ST STRING should be: DHRYSTONE PROGRAM, 1'ST STRING Str_2_Loc: DHRYSTONE PROGRAM, 2'ND STRING should be: DHRYSTONE PROGRAM, 2'ND STRING Microseconds for one run through Dhrystone: 1468.3 Dhrystones per Second: 681.0 ===================================================================== Thos Sumner Internet: thos@cca.ucsf.edu (The I.G.) UUCP: ...ucbvax!ucsfcgl!cca.ucsf!thos BITNET: thos@ucsfcca U.S. Mail: Thos Sumner, Computer Center, Rm U-76, UCSF San Francisco, CA 94143-0704 USA I hear nothing in life is certain but death and taxes -- and they're working on death. #include