313This section describes the environment variables relevant to stats-gathering in libomp
314
315@code
316KMP_STATS_FILE
317@endcode
318This environment variable is set to an output filename that will be appended *NOT OVERWRITTEN* if it exists. If this environment variable is undefined, the statistics will be output to stderr
319
320@code
321KMP_STATS_THREADS
322@endcode
323This environment variable indicates to print thread-specific statistics as well as aggregate statistics. Each thread's statistics will be shown as well as the collective sum of all threads. The values "true", "on", "1", "yes" will all indicate to print per thread statistics.
324
325@defgroup TASKING Tasking support
326These functions support tasking constructs.
327
328@defgroup USER User visible functions
329These functions can be called directly by the user, but are runtime library specific, rather than being OpenMP interfaces.
330
331*/
332
Generated on Wed Feb 5 2025 10:57:11 for LLVM OpenMP by 1.9.6