home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l391 / 3.ddi / LCOVER.BT$ / LCOVER.bin
Encoding:
Text File  |  1992-08-19  |  395 b   |  15 lines

  1. @echo off
  2.  
  3. REM   Refer to the Professional Features Guide for
  4. REM   more information on this batch file and its usage.
  5.  
  6. echo Microsoft Source Profiler LCOVER batch file.
  7. echo Line profiling with coverage information.
  8.  
  9. prep /lv /p %1.exe /ot %1.pbt /oi %1.pbi
  10. profile %1 %2 %3 %4 %5 %6 %7 %8 %9
  11. prep /it %1.pbt /io %1.pbo /ot %1.pbt
  12. plist /sls %1.pbt > %1.out
  13. del %1.pbo
  14. del %1.pbi
  15.