Commands
Commands on the File menu:
Command | Description | |
---|---|---|
![]() |
Clear session | Prepares the active session document for a new profiling session. Will unload any current session and show the Start page. |
![]() |
New session (Enterprise only) |
Creates a new empty session document and shows the Start page. |
![]() |
New profiler project (Professional and Enterprise only) |
Starts a wizard that allows you to create a new profiler project. For more information, see Profiler Projects and the “How to…” topic Create or Load a Profiler Project. |
![]() |
Open->Profiler project (Professional and Enterprise only) |
Opens a profiler project and includes it in the projects explorer window. For more information, see Profiler Projects and the “How to…” topic Create or Load a Profiler Project. |
![]() |
Open->Session | Opens a previously saved session file. For more information, see Work with a Previously Saved Session. |
Save session as… | Saves the current profiler session to a session file. Allows you to select which snapshots to include in the session file. | |
Save | Saves the current profiler session to a session file. | |
Save project (Professional and Enterprise only) |
Saves the project that is currently selected in the projects explorer. | |
Save project as (Professional and Enterprise only) |
Saves the project that is currently selected in the projects explorer to a new file. | |
![]() |
Profile application | Starts a wizard that helps you profile a stand-alone application. For more information, see Start Profiling an Application. |
![]() |
Profile WPF browser application | Starts profiling a WPF browser application with the help of a wizard. For more information, see Start Profiling a WPF Browser Application. |
![]() |
Profile Windows Store App | Starts profiling a Windows Store App with the help of a wizard. For more information, see Start Profiling a Windows Store App. |
![]() |
Profile ASP.NET | Starts a wizard that helps you profile an ASP.NET application. For more information, see Start Profiling ASP.NET. |
![]() |
Profile Silverlight application | Start profiling a Silverlight application with the help of a wizard. For more information, see Start Profiling a Silverlight Application. |
![]() |
Profile Windows service | Starts a wizard that allows you to profile a Windows Service. For more information, see Start Profiling a Windows Service. |
![]() |
Attach to process (Professional and Enterprise only) |
Starts a wizard that allows you to attach the profiler to a running .NET process. For more information, see Attach to a Process. |
![]() |
Import memory dump (Professional and Enterprise only) |
Starts a wizard that allows you to import memory dump files as heap snapshots. For more information, see Import Memory Dump Files. |
Recent profiled applications | Contains a list of recently profiled applications, allowing you to quickly select an application to profile. The selection also includes the program arguments of the application. | |
Recent sessions | Contains a list of recently opened profiler session files, allowing you to quickly open a previous session file. | |
Exit | Exits .NET Memory Profiler. |
Commands on the Edit menu:
Command | Description | |
---|---|---|
Copy | Copies data from the selected item in the currently selected control to the clipboard. For more information, see Copying Data to the Clipboard. | |
Copy All | Copies all data from the currently selected control to the clipboard. For more information, see Copying Data to the Clipboard. |
Commands on the View menu:
Command | Description | |
---|---|---|
![]() |
Show allocs and bytes per second | This command affects all columns and fields that present the number of allocations performed and bytes allocated. If this command is checked then the values of those fields and columns will be divided by the elapsed time between the snapshots. Otherwise, the actual allocation- and byte-count will be presented. |
![]() |
Show heap utilization as percent | This command affects all columns and fields that present information about the heap utilization. If this command is checked, those fields and numbers will be presented as a percentage of the total number of allocations performed between snapshots. Otherwise the way they are presented is determined by the Show Allocs and Bytes per Second setting. This command is only available if heap utilization tracking is enabled. For more information, see Heap Utilization Tracker. |
Show [Field set] | Allows you to select how the heap information should be presented. It will affect which columns are shown in the tables and how the fields in the info panels are presented. For more information, see Field Sets. | |
![]() |
Back | Steps back to the previously shown details information. This can, for instance, be useful if you want to look at the details of a referrer of an instance, and then you want to get back to the original instance. |
![]() |
Forward | Steps forward through details information previously left using Back. |
![]() |
Show failed memory assertions | If at least one memory assertion has failed, this command will bring up a dialog that allows you to view information about the failed memory assertions. |
Show instance details - Show source |
Shows details about the selected instance or function. If the selected item is an instance, the instance details page will be shown. If the selected item is a method (in a call stack), the profiler is running within Visual Studio and source file information is available, then this command will be named Show source and will show the source of the method when selected. | |
Show Type/Resource details | Shows details about the type or resource of the selected item. | |
Call stack functions | Defines which functions/methods should be included when viewing call stacks. The available options are: Source, Publically visible, and All. | |
![]() |
Profiler projects explorer (Professional and Enterprise only) | Shows the Profiler Projects Explorer window. For more information, see Profiler Projects. |
![]() |
Session Property Pages Project Property Pages (Professional and Enterprise only) |
If the main profiler window is active and contains an active session, then the Session Property Pages dialog is shown. If a profiler project is selected in the profiler projects explorer, then the Project Property Pages dialog is shown. For more information, see Session Settings. |
![]() |
Show conditional formatting | Enables or disables conditional formatting in the Overview page. Conditional formatting indicates how a presented cell value relates to the total (or max) value of a column, and whether the value has increased or decreased since the comparison snapshot. |
Use totals for conditional formatting | Determines if the total value of a column should be used for conditional formatting. If not selected, the maximum value is used instead. | |
Layout->Column chooser | Opens the column chooser window. For more information, see Column Layout and Customization. | |
Layout->Auto-adjust column widths | Toggles auto-adjustment of table columns. For more information, see Column Layout and Customization. | |
Layout->Reset layout | Resets the layout of columns and tool windows. For more information, see Column Layout and Customization. |
Commands on the Profiler menu:
Command | Description | |
---|---|---|
![]() |
Start using profiler project (Professional and Enterprise only) |
Starts profiling using the settings from the currently active profiler project. For more information, see Profiler Projects and the “How to…” topic Start Profiling using a Profiler Project. |
![]() |
Start | Restarts a profiler session. This command is only available after an active session has been stopped. |
![]() |
Stop | Stops the currently active profiler session. |
![]() |
Collect Heap Snapshot | Collects a snapshot of the GC heap and native memory. The results will be presented under the snapshot pages. |
![]() |
Collect Inspection Heap Snapshot | Collects a snapshot of the GC heap and native memory without doing any garbage collect. For more information, see Heap Utilization Tracker. |
![]() |
Collect peak snapshot (Professional and Enterprise only) |
Collects the current peak snapshot. If a higher peak is detected after the current peak has been collected, an additional peak snapshot will be collected when the session ends. For more information, see Peak Snapshots. |
![]() |
Reset peak (Professional and Enterprise only) |
Resets the current peak snapshot. New peak snapshot information will be collected at the next garbage collection. For more information, see Peak Snapshots. |
![]() |
Track peak snapshots (Professional and Enterprise only) |
Enables and disables peak snapshot collection. When enabled, temporary snapshot information will be stored each time a new peak has been detected and a peak snapshot will be collected when the session ends. For more information, see Peak Snapshots. |
![]() |
Manage ignored analysis issues | Opens the Ignored Analysis Issue window, which can be used to view and modify the ignored analysis issues. For more information, see Modifying Ignored Issues. |
![]() |
Ignore framework issues | Ignores analysis issues that are caused by the .NET Framework. For more information, see Ignoring Framework Issues. |
Auto-detect duplicates | Defines how duplicates should be automatically detected by the memory analyser. The options are: None, Only trivial and All. For more information, see Duplicate Instances Detection. | |
![]() |
Detect duplicates | Starts investigation of all duplicate instances. For more information, see Duplicate Instances Detection. |
![]() |
Manage filters | Opens the Manage filters window. For more information, see Saving and Managing Filters. |
Rename snapshot | Renames a previously saved snapshot. |
Commands on the Tools menu:
Command | Description | |
---|---|---|
Options | Opens the Default Property Pages dialog. For more information, see Session Settings. |
Commands on the Help menu:
Command | Description | |
---|---|---|
![]() |
Contents | Opens a help window and shows the contents of the help. |
.NET Memory Profiler API reference | Opens a help window showing the .NET Memory Profiler API reference. | |
Show PDF manual | Opens Acrobat Reader (if installed) and shows the manual. | |
View license information | Shows the license information window. This window allows you to view and modify the license information. | |
About | Shows information about .NET Memory Profiler. |