GetNumberOfThreads: Retrieves the number of threads from the environment
Description
GetNumberOfThreads retrieves from the environment the number of
threads kernels are intended to be executed withUsage
GetNumberOfThreads()
Value
the number of threads retrieved from the environmentDetails
This function retrieves the number of threads kernels are intended to be
microbenchmarked with. The number of threads is assumed to be stored
in an environment variable which this function retrieves.