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

  1.  
  2. -------- SIMTEL20 Ada Software Repository Prologue ------------
  3. --
  4. -- Unit name    : PIWG Benchmarks
  5. -- Version      : TAPE_8_31_86
  6. -- Author       : ACM SIGAda Performance Issues Working Group (PIWG)
  7. --              : Jon Squire, Chairman
  8. --              : Westinghouse Defense & Electronics Center
  9. --              : MS 1615
  10. --              : PO Box 746
  11. --              : Baltimore, Maryland  21203
  12. --              : 301/765-3748
  13. -- DDN Address  : JSQUIRE@ADA20.ISI.EDU
  14. -- Copyright    : (c) 
  15. -- Date created :  8/31/86
  16. -- Release date :  3/30/87
  17. -- Last update  :  3/30/87
  18. -- Machine/System Compiled/Run on : Numerous
  19. --
  20. ---------------------------------------------------------------
  21. --
  22. -- Keywords     :  PIWG, Benchmarks
  23. --
  24. -- Abstract     :  
  25. --    PIWG is a suite of tests/benchmarks prepared by the
  26. -- Performance Issues Working Group of ACM SIGAda.  The purpose of
  27. -- PIWG is to develop the benchmarks and collect and disseminate results.
  28. --    The PIWG tests have been under development for many years and
  29. -- have been run against many Ada compilers.  The PIWG test suite
  30. -- contains over 190 files which include Whetstone (to measure
  31. -- processor speed), Dhrystone (to measure statement execution per
  32. -- unit time), and other benchmarks which test various attributes of
  33. -- the Ada language and their implementations under specific
  34. -- compilers.  The PIWG tests must be customized for a particular
  35. -- compiler, and instructions are included to do this.
  36. --    Some of the items measured by PIWG include:
  37. --        * task creation-related timing
  38. --        * dynamic elaboration-related timing
  39. --        * exception-related timing
  40. --        * coding style-related timing
  41. --        * TEXT_IO-related timing
  42. --        * loop overhead-related timing
  43. --        * procedure call-related timing
  44. --        * task-related timing
  45. --        * compilation, link, and execution times
  46. --
  47. ------------------ Revision history ---------------------------
  48. --
  49. -- DATE         VERSION    AUTHOR                  HISTORY
  50. -- 3/30/87    TAPE_8_31_86    PIWG        Release to ASR
  51. ------------------ Distribution and Copyright -----------------
  52. --
  53. -- This prologue must be included in all copies of this software.
  54. --
  55. -- This software is copyright by the author.
  56. --
  57. -- This software is released to the Ada community.
  58. -- This software is released to the Public Domain (note:
  59. --   software released to the Public Domain is not subject
  60. --   to copyright protection).
  61. -- Restrictions on use or distribution:  NONE
  62. --
  63. ------------------ Disclaimer ---------------------------------
  64. --
  65. -- This software and its documentation are provided "AS IS" and
  66. -- without any expressed or implied warranties whatsoever.
  67. -- No warranties as to performance, merchantability, or fitness
  68. -- for a particular purpose exist.
  69. --
  70. -- Because of the diversity of conditions and hardware under
  71. -- which this software may be used, no warranty of fitness for
  72. -- a particular purpose is offered.  The user is advised to
  73. -- test the software thoroughly before relying on it.  The user
  74. -- must assume the entire risk and liability of using this
  75. -- software.
  76. --
  77. -- In no event shall any person or organization of people be
  78. -- held responsible for any direct, indirect, consequential
  79. -- or inconsequential damages or lost profits.
  80. --
  81. -------------------END-PROLOGUE--------------------------------
  82.