[dhrystone]

- enable print out of variables

git-svn-id: http://moon:8086/svn/mips@55 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
2015-06-14 14:40:07 +00:00
parent 8f307e19ac
commit 256cc79c07
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -104,10 +104,10 @@ main ()
/* Warning: With 16-Bit processors and Number_Of_Runs > 32000, */
/* overflow may occur for this array element. */
/*
printf ("\n");
printf ("Dhrystone Benchmark, Version 2.1 (Language: C)\n");
printf ("\n");
/*
if (Reg)
{
printf ("Program compiled with 'register' attribute\n");
@@ -208,7 +208,6 @@ main ()
#ifdef MSC_CLOCK
End_Time = clock();
#endif
/*
printf ("Execution ends\n");
printf ("\n");
printf ("Final values of the variables used in the benchmark:\n");
@@ -262,7 +261,6 @@ main ()
printf (" should be: DHRYSTONE PROGRAM, 2'ND STRING\n");
printf ("\n");
*/
User_Time = End_Time - Begin_Time;
if (User_Time < Too_Small_Time)