ProfilerOptions

Use these constants with the Engine.ProfilerOptions property to specify the type of data that profiling collects.

  • ProfilerOption_ExcludeLoad –(Value: 0x4) Exclude loaded modules from the profile.
  • ProfilerOption_ExcludeLocationInformation –(Value: 0x80) Exclude location information from the profile.
  • ProfilerOption_ExcludeProcessModels –(Value: 0x40) Exclude process models from the profile.
  • ProfilerOption_ExcludeStepModules –(Value: 0x2) Exclude Step modules from the profile.
  • ProfilerOption_ExcludeSteps –(Value: 0x10) Exclude steps from the profile.
  • ProfilerOption_ExcludeStepTypeModules –(Value: 0x1) Exclude Step types from the profile.
  • ProfilerOption_ExcludeSynchronization –(Value: 0x20) Exclude synchronization objects from the profile.
  • ProfilerOption_ExcludeUnload –(Value: 0x8) Exclude unloaded modules from the profile.
  • ProfilerOption_IncludeModuleInputs –(Value: 0x200) Include module input values in the profile.
  • ProfilerOption_IncludeModuleOutputs –(Value: 0x400) Include module output values in the profile.
  • ProfilerOption_IncludeModulePathsAndEnvironments –(Value: 0x100) Include module paths and environments in the profile.
  • ProfilerOption_NoOptions –(Value: 0x0) No data is excluded from the profile.

See Also

Engine.ProfilerOptions