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

  1.  
  2.  
  3.                      Comments on Porting
  4.                    Ada Performance Analyzer
  5.                       by Intermetrics
  6.                          to DEC Ada
  7.      
  8.                                                              Tool 19_4
  9.                                                              September 24, 1985
  10.      
  11. COMPILATION
  12. -----------
  13.   Intermetrics released the code for this tool in one large bulk 
  14.   source file.  This file was designed to be used for several of 
  15.   their tools.  Therefore, the code for this tool may not be present 
  16.   in this directory.  If the code is not present, please consult the 
  17.   files associated with this tool to obtain the location of the 
  18.   bulk source file. 
  19.  
  20.   A VMS command file was created for the bulk source file from the
  21.   associated file with the ".dis" file extension.
  22.  
  23.   Successful compilation of the tool was achieved by inserting 
  24.   the package TYPE_DEFINITIONS from the RTM.SRC (Run Time Monitor, 
  25.   part of the bulk source) file into the VMS compilation command 
  26.   file before the file DYNARRAY.ADA.  
  27.      
  28.  
  29.  
  30. EXECUTION
  31. ---------
  32.   We were able to execute the Ada Performance Analyzer and it appeared
  33.   to be in workable condition.
  34.      
  35.  
  36.  
  37. COMMENT
  38. -------
  39.   The Ada Performance Analyzer is one of five tools in the TESTTOOLS 
  40.   suite from Intermetrics.  
  41.  
  42.