CVIProfGetCurrentThreadProfiling
- Updated2023-02-21
- 1 minute(s) read
CVIProfGetCurrentThreadProfiling
int CVIProfGetCurrentThreadProfiling (int *state);
Purpose
Gets the profiling state in the calling thread. This function only affects LabWindows/CVI applications built with profiling enabledprofiling enabled.
![]() |
Notes
|
(Linux) This function is not supported.
Parameters
Output | ||
Name | Type | Description |
state | int | Pass the address of an integer variable to get the profile state of the calling thread. A non-zero output value indicates that profiling is enabled in the calling thread and zero indicates that profiling is disabled in the calling thread. |
Return Value
Name | Type | Description | ||||||||||||||||
status | int | Result of the function call.
|
Additional Information
Library: Utility Library
Include file: utility.h
LabWindows/CVI compatibility: LabWindows/CVI 2009 and later