home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / sdk / bin / cap.ini < prev    next >
Encoding:
INI File  |  1995-07-11  |  1.4 KB  |  61 lines

  1. [EXES]
  2. test.exe
  3.  
  4. [PATCH IMPORTS]
  5. test.exe
  6.  
  7. [PATCH CALLERS]
  8.  
  9. [NAME LENGTH]
  10. 60
  11.  
  12. [CHRONO FUNCS]
  13.  
  14. [EXCLUDE FUNCS]
  15.  
  16. [OUTPUT FILE]
  17. filename=c:\test.end
  18.  
  19. [CAP FLAGS]
  20. # CAP accepts the following parameters:
  21. #    *  profile        = (on/off)
  22. #    *  dumpbinary     = (on/off)
  23. #    *  capthread      = (on/off)
  24. #    *  loadlibrary    = (on/off)
  25. #    *  setjump        = (on/off)
  26. #    *  undecoratename = (on/off)
  27. #    *  excelaware     = (on/off)
  28. #    *  regulardump    = (on/off)
  29. #    *  chronocollect  = (on/off)
  30. #    *  chronodump     = (on/off)
  31. #    *  slowsymbols    = (on/off)
  32. #
  33. # Anything value other than on or off is encountered
  34. # and the default values will kick in:
  35. #               profile        = on
  36. #               dumpbinary     = off
  37. #               capthread      = on
  38. #               setjump        = off
  39. #               loadlibrary    = off
  40. #               undecoratename = off
  41. #               excelaware     = off
  42. #               regulardump    = on
  43. #               chronocollect  = off
  44. #               chronodump     = off
  45. #               slowsymbols    = on
  46. #
  47. # Please notice there are no spaces between the keyword
  48. # and the value (either 'off' or 'on')
  49. #
  50. profile=on
  51. dumpbinary=off
  52. capthread=on
  53. setjump=off
  54. loadlibrary=off
  55. undecoratename=off
  56. excelaware=off
  57. regulardump=on
  58. chronocollect=off
  59. chronodump=off
  60. slowsymbols=on
  61.