Using the Desktop Execution Trace Toolkit
- Updated2024-07-30
- 2 minute(s) read
You can use theDesktop Execution Trace Toolkitto debug and optimize large LabVIEW applications, including those with multiple loops, client-server architectures, dynamically-loaded VIs, and so on. The toolkit captures execution events from applications running on the desktop of a local or remote computer and displays the execution events in the table pane.
Trace Data
The execution events that theDesktop Execution Trace Toolkitcaptures from LabVIEW applications are called trace data. You can browse the trace data in the table pane, save the trace data inexecution trace (.det)files, or export the trace data to text (.txt)files.
Trace Sessions
When you use theDesktop Execution Trace Toolkitto capture trace data from a LabVIEW application, you are executing a trace session. A trace session is the period of time between when you click Start and Stop in theDesktop Execution Trace Toolkit. During this time, the toolkit captures trace data from LabVIEW applications or VIs that run in the application instance you select from the Application Instance pull-down menu on the Home tab.
Trace Procedures
Tracing a LabVIEW application instance, a VI that runs in the application instance you select, a LabVIEW stand-alone application, or a shared library file typically involves the following steps:
- Opening a trace connection to a LabVIEW application instance.
- Configuring a trace session to capture relevant data.
- Executing a trace session.
- Reviewing trace data that appears in the table pane.
- Comparing trace data between two sessions of one or two traces.
- Saving or exporting trace data.