parallel_for
, for_latency_benchmark
parallel_for
works with thread pools with zero threads (thanks kevinbchen!). Further work has been done to ensure that thread pools with zero threads simply always run code inline.threadId
. These 64-bit IDs are unique per thread, and will not be recyled. These values grow from zero, ensuring the caller can assume they are small if number of threads also is small (e.g. you won't have an ID of 0xdeadbeef
if you only run hundreds or thousands of threads in the lifetime of the process).getTime
, to get time quickly. This provides the double-precision time in seconds since the first call to getTime
after process start.future_benchmark
and pipeline_benchmark
.pipeline_benchmark
Please login to add feedback.
This update has been submitted for testing by salimma.
This update's test gating status has been changed to 'ignored'.
This update has been pushed to testing.
This update has been submitted for stable by bodhi.
This update has been pushed to stable.