Source code of Windows XP (NT5)
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.
|
|
[settings] ; settings in this section apply to all apps, unless over-ridden in the individual ; sections below.
; Use the following to have profiling initially off ; profile = 0
; Use the following (or nothing) to have profiling initially on ; profile = 1
profile = 1
; Use the following to disable profiling ; profile = never
; Use the following to specify a different name for the .mea file ; output = other.mea
output = itss.mea
; Use the following to turn off import function patching (default is on) ; imports = 0
; MaxMeaSize setting specfies the maximum size allowed for the ; .MEA file to be created. Value is in megabytes. Default is 32 MaxMeaSize=100
; CycleSpeed specifies clock cycle speed (in Mhz) CycleSpeed=200
pages = never ;pages = all
[word96] ;for Word96, only detect new pages touched. Output file is ; word96t.mea, and has a max size of 100 MB Pages=new output=word96t.mea MaxMeaSize=100
[excel96] ; for excel96, profiling is initially on. Report all pages touched (default). ; Output file has a max size of 50 MB (from [settings] section). Don't patch imports. profile=1 Pages=All imports=0
|