home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / tame334.zip / TAME-ANL.DOC < prev    next >
Text File  |  1996-12-07  |  1KB  |  36 lines

  1. TAME-ANL release 3.4
  2. Copyright 1991-1996 by David G. Thomas
  3.  
  4.  
  5. TAME-ANL is my first attempt at producing a program to help you tune
  6. Tame.  The release number matches the Tame release it is compatible
  7. with.
  8.  
  9. Tame is a program that will speed up many multi-tasking systems.  It
  10. is most effective when you spend some time to tune it.  In the past,
  11. this was mostly a trial and error process.  The fact is, it still
  12. will require some trial and error.  But I hope that TAME-ANL will
  13. take some of the guesswork out.
  14.  
  15. TAME-ANL is easy to use, but you still need some knowledge of Tame to
  16. interpret the results.  When you use TAME-ANL to run your program
  17. TAME-ANL watches what it does.  Upon completion, a summary is
  18. displayed on the screen, and a descriptive report is written to a
  19. file named TAME-ANL.RPT.  
  20.  
  21. To run TAME-ANL, simply use the following DOS command line, where
  22. cmd_line is any command line to execute.
  23.  
  24.     TAME-ANL cmd_line
  25.  
  26.  
  27. **NOTES**
  28.  
  29.  
  30. . TAME-ANL helped me find out why I had so much trouble Taming Info-Select.
  31.   When I first tried, it slowed down text searches. It apparently polls
  32.   heavily even while it is working!  I eventually tamed it based on the 
  33.   fact that it only polls for Time on keyboard inputs, but I always wondered
  34.   why I couldn't ever find that magic /FREQ value...  It turns out that the
  35.   poll rate is HIGHER while it is working!!!  Why????  But true.  Now I know.
  36.