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

  1. -------- SIMTEL20 Ada Software Repository Prologue ------------
  2. --                                                           -*
  3. -- Unit name    : Self Metric Analysis and Reporting Tool
  4. -- Version      : 1.0
  5. -- Author       : Alexis Wei
  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 instruments Ada source code for
  25. ----------------: measurement and analysis of program timing,
  26. ----------------: loop execution counts, state of control 
  27. ----------------: variables at decision points, the maximum, 
  28. ----------------: minimum and average value of selected 
  29. ----------------: variables.  The tool consists of a source
  30. ----------------: instrumentation module, execution monitor
  31. ----------------: and a report generator.
  32. ----------------:
  33. ----------------: This tool was developed as a precursor for 
  34. ----------------: the WMCCS Information System (WIS).  An
  35. ----------------: executable version of the tool has been 
  36. ----------------: demonstrated.  This source code has sub-
  37. ----------------: sequently been recompiled but has not under-
  38. ----------------: gone extensive testing.
  39. ----------------:
  40. --                                                           -*
  41. ------------------ Revision history ---------------------------
  42. --                                                           -*
  43. -- DATE         VERSION AUTHOR                  HISTORY 
  44. --07/13/85      1.0     Alexis Wei              Initial Release 
  45. --                                                           -*
  46. ------------------ Distribution and Copyright -----------------
  47. --                                                           -*
  48. -- This prologue must be included in all copies of this software.
  49. -- 
  50. -- This software is copyright by the author.
  51. -- 
  52. -- This software is released to the Ada community.
  53. -- This software is released to the Public Domain (note:
  54. --   software released to the Public Domain is not subject
  55. --   to copyright protection).
  56. -- Restrictions on use or distribution:  NONE
  57. --                                                           -*
  58. ----------------- Disclaimer ----------------------------------
  59. --                                                           -*
  60. -- This software and its documentation are provided "AS IS" and
  61. -- without any expressed or implied warranties whatsoever.
  62. --
  63. -- No warranties as to performance, merchantability, or fitness
  64. -- for a particular purpose exist.
  65. --
  66. -- Because of the diversity of conditions and hardware under
  67. -- which this software may be used, no warranty of fitness for
  68. -- a particular purpose is offered.  The user is advised to 
  69. -- test the software thoroughly before relying on it.  The user
  70. -- must assume the entire risk and liability of using this 
  71. -- software.
  72. --
  73. -- In no event shall any person or organization of people be
  74. -- held responsible for any direct, indirect, consequential
  75. -- or inconsequential damages or lost profits.
  76. --                                                          -*
  77. ----------------- END-PROLOGUE -------------------------------
  78.