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

  1. -------- SIMTEL20 Ada Software Repository Prologue ------------
  2. --                                                           -*
  3. -- Unit name    : Ada Performance Analyzer
  4. -- Version      : 1.0
  5. -- Author       : Jeff England
  6. --              : Intermetrics Inc.
  7. --              : 5392 Bolsa Avenue, Huntington Beach, CA 92649
  8. --              : (714) 891-4631
  9. --              : Contact: Lt. Colonel Falgiano
  10. --              : ESD/SCW
  11. --              : Hanscom AFB, MA  01731
  12. -- DDN Address  :
  13. -- Copyright    : (c) 1985 Intermetrics Inc.
  14. -- Date created : 13 Jan 85
  15. -- Release date : 13 Jul 85
  16. -- Last update  : 13 Jul 85
  17. -- Machine/System Compiled/Run on :
  18. --                                                           -*
  19. ---------------------------------------------------------------
  20. --                                                           -*
  21. -- Keywords     : 
  22. ----------------:
  23. --
  24. -- Abstract     : This tool measures system timing to identify
  25. ----------------: those subprograms which require a high 
  26. ----------------: percentage of total execution time.  Two
  27. ----------------: modules comprise the tool.  The execution
  28. ----------------: monitor records information on timing and
  29. ----------------: frequency of execution of each Ada program
  30. ----------------: unit.  The report generator provides 
  31. ----------------: execution time statistics for each program
  32. ----------------: unit including maximum, minimum and average
  33. ----------------: execution times, and percentage of total
  34. ----------------: execution time.
  35. ----------------:
  36. ----------------: This tool was developed as a precursor for 
  37. ----------------: the WMCCS Information System (WIS).  An
  38. ----------------: executable version of the tool has been 
  39. ----------------: demonstrated.  This source code has sub-
  40. ----------------: sequently been recompiled but has not under-
  41. ----------------: gone extensive testing.
  42. ----------------:
  43. --                                                           -*
  44. ------------------ Revision history ---------------------------
  45. --                                                           -*
  46. -- DATE         VERSION AUTHOR                  HISTORY 
  47. --07/13/85      1.0     Jeff England            Initial Release 
  48. --                                                           -*
  49. ------------------ Distribution and Copyright -----------------
  50. --                                                           -*
  51. -- This prologue must be included in all copies of this software.
  52. -- 
  53. -- This software is copyright by the author.
  54. -- 
  55. -- This software is released to the Ada community.
  56. -- This software is released to the Public Domain (note:
  57. --   software released to the Public Domain is not subject
  58. --   to copyright protection).
  59. -- Restrictions on use or distribution:  NONE
  60. --                                                           -*
  61. ----------------- Disclaimer ----------------------------------
  62. --                                                           -*
  63. -- This software and its documentation are provided "AS IS" and
  64. -- without any expressed or implied warranties whatsoever.
  65. --
  66. -- No warranties as to performance, merchantability, or fitness
  67. -- for a particular purpose exist.
  68. --
  69. -- Because of the diversity of conditions and hardware under
  70. -- which this software may be used, no warranty of fitness for
  71. -- a particular purpose is offered.  The user is advised to 
  72. -- test the software thoroughly before relying on it.  The user
  73. -- must assume the entire risk and liability of using this 
  74. -- software.
  75. --
  76. -- In no event shall any person or organization of people be
  77. -- held responsible for any direct, indirect, consequential
  78. -- or inconsequential damages or lost profits.
  79. --                                                          -*
  80. ----------------- END-PROLOGUE -------------------------------
  81.