home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / winbase / winnt / perftool / perfdlls / perfgen / readme.txt < prev   
Text File  |  1996-06-21  |  1KB  |  37 lines

  1. Using the Signal Generator Performance DLL
  2.  
  3. Overview:
  4.  
  5. The Signal Generator performance DLL provides 3 waveforms at 5
  6. different periods for use with the Performance Monitor to provide
  7. data at a known rate and value. This can be useful in testing
  8. applications that use performance data and need predictable values to
  9. test against.
  10.  
  11.  
  12. Building and Installing:
  13.  
  14. The DLL must be built from the source code using the Windows NT build
  15. Utilities and then installed on the target system using the following
  16. steps:
  17.  
  18.     1. Copy the PerfGen.DLL that was built to the %systemroot%\system32 
  19.     directory.
  20.  
  21.     2. load the driver entries into the registry using the following
  22.     command line:
  23.  
  24.         REGEDIT PERFGEN.REG
  25.  
  26.     3. load the performance names into the registry using the command
  27.     line:
  28.  
  29.         LODCTR PERFGEN.INI
  30.  
  31. At this point all the software is installed and it ready to use.
  32. Start Perfmon and select the "Signal Generator" object to select the
  33. desired wave form and period.
  34.  
  35. NOTE: The system may need to be restarted after these instructions 
  36. are completed for this object to be seen by remote computers.
  37.