Configure Displayed Events Dialog Box
- Updated2023-02-21
- 2 minute(s) read
Configure Displayed Events Dialog Box
Click Filter Settings on the View tab to display this dialog box.
![]() |
Note The Filter Settings button is available only when the table pane displays events. |
Use this dialog box to configure events to display in the table pane. This dialog box includes the following components:
-
Type List—Lists the types of events you can display or filter from the table pane. Select an item from this list to display a corresponding page with more specific event types. Place a checkmark in a checkbox to display all events of that event type. Remove a checkmark from a checkbox to filter all events of that event type.
- Errors—Configures display settings for unhandled error events. Use this option to discover potential problems that may impact the performance of the application under trace.
- Event Structures—Configures display settings for events that LabVIEW Event structures generate.
- Memory Allocations—Configures display settings for events that LabVIEW generates when a VI allocates memory, frees the previously allocated memory, or changes memory size. Use this option to find memory leaks, especially when the application under trace gets slower or eventually exits unexpectedly.
- Queues and Notifiers—Configures display settings for queue and notifier events. The Queue Operations functions and the Notifier Operations functions in LabVIEW return those events.
- Reference Leaks—Configures display settings for the reference leak events. Reference leaks can be trivial at first, but overtime they could cause poor performance or a non-responsive computer.
- Thread ID—Configures display settings for events based on the thread in which the events occur.
- User Events—Configures display settings for the events that LabVIEW generates when a user registers events dynamically or creates user events. The Events functions in LabVIEW return those events.
- User-Defined Trace Events—Configures display settings for user-defined events. Use the Generate User-Defined Trace Event function in LabVIEW to generate user-defined events.
- VI Execution—Configures display settings for execution events that LabVIEW generates when a VI runs.
- VIs—Configures display settings for events based on the VI that generates the events.
- Select All Events—Selects all the event types in type list to display in the table pane. If you select all the event types, this button changes to Deselect All Events. Click Deselect All Events to remove checkmarks from all the event types, except the VIs and Thread ID types.
- Save—Displays a Save As dialog box from which you can specify a location to save the filter settings as a configuration settings (.ini) file. Use a text editor to open this file format.
- Load—Displays an Open dialog box from which you can select an existing configuration file to load.