Profile WCF Service
Run dotMemory as a standalone application. The dotMemory Home window will open.
Add a run configuration – the configuration that tells dotMemory how to run the profiled application:
Under Choose what you want to profile, New Process Run, click Add run configuration.
In the New Run Configuration wizard, choose WCF Service and click Next.
Specify application options:
Library path: the full path to the WCF service library.
Config path: the full path to the WCF service library configuration file.
WCF host: the WCF host to use. Depending on the installed .NET framework versions, this list will yield different options.
Client path: the path to a custom client executable that must be run after services are hosted.
Client arguments: command-line arguments that are passed to the custom client application.
Set environment variables: lets you run the profiled application with specific environment variables. Each variable must be specified on a new line.
Click Save.
Make sure the created run configuration is selected in the New Process Run list.
Under Choose how you want to profile it, specify profiling options:
Collect allocation data: choose between Sampled (approximate data on object size) and Full (accurate data on object count and size). Learn more about data collection
If required, specify other profiling options.
Click Start. This will start the profiling session.
Go through a particular workflow in your application (if you want to check it on potential memory issues) or reproduce a particular memory issue. Collect memory snapshots using the Get Snapshot button. Learn more about how to control the profiling session
After you collect the data, either close the profiled application or detach the profiler using the Detach button.