Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.1 KiB

  1. [settings]
  2. ; settings in this section apply to all apps, unless over-ridden in the individual
  3. ; sections below.
  4. ; Use the following to have profiling initially off
  5. ; profile = 0
  6. ; Use the following (or nothing) to have profiling initially on
  7. ; profile = 1
  8. ; Use the following to disable profiling
  9. ; profile = never
  10. ; Use the following to specify a different name for the .mea file
  11. ; output = other.mea
  12. ; Use the following to turn off import function patching (default is on)
  13. ; imports = 0
  14. ; MaxMeaSize setting specfies the maximum size allowed for the
  15. ; .MEA file to be created. Value is in megabytes. Default is 32
  16. MaxMeaSize=50
  17. ; CycleSpeed specifies clock cycle speed (in Mhz)
  18. CycleSpeed=90
  19. [word96]
  20. ;for Word96, only detect new pages touched. Output file is
  21. ; word96t.mea, and has a max size of 100 MB
  22. Pages=new
  23. output=word96t.mea
  24. MaxMeaSize=100
  25. [excel96]
  26. ; for excel96, profiling is initially on. Report all pages touched (default).
  27. ; Output file has a max size of 50 MB (from [settings] section). Don't patch imports.
  28. profile=1
  29. Pages=All
  30. imports=0