292This section describes the environment variables relevant to stats-gathering in libomp
293
294@code
295KMP_STATS_FILE
296@endcode
297This 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
298
299@code
300KMP_STATS_THREADS
301@endcode
302This 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.
303
304@defgroup TASKING Tasking support
305These functions support tasking constructs.
306
307@defgroup USER User visible functions
308These functions can be called directly by the user, but are runtime library specific, rather than being OpenMP interfaces.