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

  1. -------- SIMTEL20 Ada Software Repository Prologue ------------
  2. --                                                           -*
  3. -- Unit name    : Automatic Path Analyzer
  4. -- Version      : 1.0
  5. -- Author       : Julie Trost
  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 consists of four modules.  The 
  25. ----------------: Source Instrumenter inserts breakpoints
  26. ----------------: (software probes) into Ada source programs
  27. ----------------: to transfer control to execution monitor.
  28. ----------------: The Execution Monitor traces paths executed
  29. ----------------: and records information on execution frequency
  30. ----------------: of each Ada program unit, code block and 
  31. ----------------: statement.  The Control Program controls   
  32. ----------------: execution of the Ada program, allows users to
  33. ----------------: execute Ada programs repetitively, and permits 
  34. ----------------: user input.  The Report Generator provides 
  35. ----------------: comprehensive analysis of data collected from
  36. ----------------: probes and outputs this information for each 
  37. ----------------: set of test parameters on frequency of path
  38. ----------------: execution for each Ada program and each program
  39. ----------------: unit. 
  40. ----------------:
  41. ----------------: This tool was developed as a precursor for 
  42. ----------------: the WMCCS Information System (WIS).  An
  43. ----------------: executable version of the tool has been 
  44. ----------------: demonstrated.  This source code has sub-
  45. ----------------: sequently been recompiled but has not under-
  46. ----------------: gone extensive testing.
  47. ----------------:
  48. --                                                           -*
  49. ------------------ Revision history ---------------------------
  50. --                                                           -*
  51. -- DATE         VERSION AUTHOR                  HISTORY 
  52. --07/13/85      1.0     Julie Trost             Initial Release 
  53. --                                                           -*
  54. ------------------ Distribution and Copyright -----------------
  55. --                                                           -*
  56. -- This prologue must be included in all copies of this software.
  57. -- 
  58. -- This software is copyright by the author.
  59. -- 
  60. -- This software is released to the Ada community.
  61. -- This software is released to the Public Domain (note:
  62. --   software released to the Public Domain is not subject
  63. --   to copyright protection).
  64. -- Restrictions on use or distribution:  NONE
  65. --                                                           -*
  66. ----------------- Disclaimer ----------------------------------
  67. --                                                           -*
  68. -- This software and its documentation are provided "AS IS" and
  69. -- without any expressed or implied warranties whatsoever.
  70. --
  71. -- No warranties as to performance, merchantability, or fitness
  72. -- for a particular purpose exist.
  73. --
  74. -- Because of the diversity of conditions and hardware under
  75. -- which this software may be used, no warranty of fitness for
  76. -- a particular purpose is offered.  The user is advised to 
  77. -- test the software thoroughly before relying on it.  The user
  78. -- must assume the entire risk and liability of using this 
  79. -- software.
  80. --
  81. -- In no event shall any person or organization of people be
  82. -- held responsible for any direct, indirect, consequential
  83. -- or inconsequential damages or lost profits.
  84. --                                                          -*
  85. ----------------- END-PROLOGUE -------------------------------
  86.