home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 May / cica_0595_4.zip / cica_0595_4 / UTIL / CPUUSE16 / CPUUSE.TXT < prev   
Text File  |  1992-10-12  |  4KB  |  93 lines

  1.                CPU Usage Meter
  2.                  Version 1.6
  3.  
  4.            Copyright 1992 Cornfield Computing, Inc.
  5.          Copyright 1990, 1991, 1992 by James Seidman
  6.              All Rights Reserved
  7.  
  8. This program is, as the name implies, a utility to keep track of how
  9. much of your CPU's time is being used while you're in Windows.  When
  10. you run it, you will see an icon appear at the bottom of your screen.
  11. It'll show you a number representing the percentage of CPU time being
  12. utilized.  This number will be updated approximately every 3 seconds.
  13.  
  14. If you want to run the CPU Usage meter automatically every time you
  15. run Windows, edit the file WIN.INI in your Windows directory.  Under
  16. the [Windows] section, look for a line which starts "load=".  If
  17. there isn't one, make one.  Add "cpuuse.exe" to the end of the line.
  18.  
  19. If you want to have the CPU Usage meter automatically keep itself in
  20. front of any other windows, select "Keep in front" from the system
  21. menu.  When a checkmark appears next to that option, it means that it
  22. is enabled.  The setting will be stored and recalled the next time
  23. you run the program.
  24.  
  25. When you first run the CPU Usage Meter, it'll take about six seconds
  26. to determine how fast your CPU is so that it can give you an accurate
  27. reading.  It will then start giving you percentages.  The meter will
  28. be most accurate if you start it when not much else is going on.
  29. (That is why it is best to have it at the end of your "load=" line:
  30. if you put it at the beginning, other programs will be loading while
  31. it is trying to figure out your CPU speed.)
  32.  
  33. This program may be freely copied and distributed, as long as it is
  34. not modified in any way, and this text file is always included with
  35. the executable.  A reasonable charge may be charged for copying and
  36. distribution.  To avoid multiple copies of this program proliferating
  37. on electronic services under different names, you are encouraged to
  38. distribute it under the name CPUUSE16.ZIP (or .ZOO, .ARC, etc.).
  39.  
  40. Please send any suggestions, comments, or bug reports to the
  41. following address:
  42.  
  43.                 Cornfield Computing, Inc.
  44.                 Attn: CPU Usage Meter Development Group
  45.                 410 Hilltop Road
  46.                 Champaign, IL 61821-7328
  47.  
  48. Disclaimer: CPU Usage is distributed free.  No warranty exists,
  49. either express or implied.  No liability is assumed for any damage or
  50. loss resulting from the use of this program.  No claims are made
  51. regarding the accuracy of this program.
  52.  
  53. This program is provided courtesy of Cornfield Computing.  Cornfield
  54. Computing provides consulting services and writes custom Windows
  55. applications and drivers.  For more information on Cornfield Computing,
  56. please write to the above address or send a FAX to (217) 352-2027.
  57. Please note that Cornfield Computing is a for-profit company which
  58. charges for its services, and we regret that we can not answer
  59. programming questions for students and hobbyists for free.
  60.  
  61. ----------------------------------------------------------------------
  62. Revision history:
  63.  
  64. Version 1.6 - Oct. 12, 1992
  65. Made minor performance enhancements to reduce system overhead when
  66. program is running.
  67.  
  68. Version 1.5 - June 8, 1992
  69. Fixed some problems introduced by changes in Windows 3.1.  Program
  70. now only works under 3.1.
  71.  
  72. Version 1.4 - Sept. 30, 1991
  73. Completely overhauled timing system to handle Windows timer problems
  74. when switching between Windows and full-screen DOS applications.
  75.  
  76. Version 1.3 - Apr. 1, 1991
  77. Fixed a problem which would occassionally cause the meter to start
  78. reporting incorrectly high levels after returning from a full-screen
  79. DOS session.  Made program continue reporting values when its menu
  80. was opened.
  81.  
  82. Version 1.2 - Dec. 16, 1990
  83. Added in option to keep window in front.  Fixed bug which would
  84. sometimes caused meter to start reporting incorrectly high levels.
  85.  
  86. Version 1.1 - Dec. 2, 1990
  87. Eliminated occassional flicker when redrawing icon.  Added in custom
  88. cursor for use when moving window.  Modified method used for
  89. calculating usage to make it more accurate.
  90.  
  91. Version 1.0 - Nov. 17, 1990
  92. Initial release version.
  93.