home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / test / bnchmark.pro < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.8 KB  |  80 lines

  1. -------- SIMTEL20 Ada Software Repository Prologue ------------
  2. --                                                           -*
  3. -- Unit name    : Benchmarks; Examples for Training and Transition
  4. -- Version      : 1.0
  5. -- Author       : Doris Sayon and Bonnie Burkhardt
  6. --              : GTE Sylvania Systems Group, Western Division
  7. --              : P.O. Box 7188
  8. --              : San Diego, CA  94039
  9. --              : Contact: Lt. Colonel Falgiano
  10. --              : ESD/SCW
  11. --              : Hanscom AFB, MA  01731
  12. -- DDN Address  :
  13. -- Copyright    : (c) 1985 GTE
  14. -- Date created : May 1985
  15. -- Release date : June 1985
  16. -- Last update  : 
  17. -- Machine/System Compiled/Run on : 
  18. --                                                           -*
  19. ---------------------------------------------------------------
  20. --                                                           -*
  21. -- Keywords     : benchmarks, C, Ada, FORTRAN, Pascal
  22. ----------------:
  23. --
  24. -- Abstract     : A suite of timing and sizing benchmark 
  25. ----------------: programs written in "C", Ada, Fortran and
  26. ----------------: Pascal.  The first program in the suite is
  27. ----------------: the Whetstone benchmark, which measures 
  28. ----------------: processor speed.  This benchmark suite is 
  29. ----------------: available in "C", Ada, Fortran and Pascal.
  30. ----------------: The other program in the suite is the 
  31. ----------------: Dhrystone benchmark.  The Dhrystone benchmark
  32. ----------------: measures statement execution per unit time.
  33. ----------------: Dhrystone is available only for Ada.
  34. ----------------:
  35. ----------------: This tool was developed as a precursor for 
  36. ----------------: the WMCCS Information System (WIS).  An
  37. ----------------: executable version of the tool has been 
  38. ----------------: demonstrated.  This source code has sub-
  39. ----------------: sequently been recompiled but has not under-
  40. ----------------: gone extensive testing.
  41. ----------------:
  42. --                                                           -*
  43. ------------------ Revision history ---------------------------
  44. --                                                           -*
  45. -- DATE         VERSION AUTHORS                 HISTORY 
  46. -- 06/85        1.0     Sayon/Burkhardt         Initial Release
  47. --                                                           -*
  48. ------------------ Distribution and Copyright -----------------
  49. --                                                           -*
  50. -- This prologue must be included in all copies of this software.
  51. -- 
  52. -- This software is copyright by the author.
  53. -- 
  54. -- This software is released to the Ada community.
  55. -- This software is released to the Public Domain (note:
  56. --   software released to the Public Domain is not subject
  57. --   to copyright protection).
  58. -- Restrictions on use or distribution:  NONE
  59. --                                                           -*
  60. ----------------- Disclaimer ----------------------------------
  61. --                                                           -*
  62. -- This software and its documentation are provided "AS IS" and
  63. -- without any expressed or implied warranties whatsoever.
  64. --
  65. -- No warranties as to performance, merchantability, or fitness
  66. -- for a particular purpose exist.
  67. --
  68. -- Because of the diversity of conditions and hardware under
  69. -- which this software may be used, no warranty of fitness for
  70. -- a particular purpose is offered.  The user is advised to 
  71. -- test the software thoroughly before relying on it.  The user
  72. -- must assume the entire risk and liability of using this 
  73. -- software.
  74. --
  75. -- In no event shall any person or organization of people be
  76. -- held responsible for any direct, indirect, consequential
  77. -- or inconsequential damages or lost profits.
  78. --                                                          -*
  79. ----------------- END-PROLOGUE -------------------------------
  80.