google / benchmark

A microbenchmark support library
Apache License 2.0
8.59k stars 1.57k forks source link

Fix per-thread timing error on z/OS #1719

Closed abhina-sree closed 6 months ago

abhina-sree commented 6 months ago

This patch calls ProcessCPUUsage() for z/OS because we do not support CLOCK_THREAD_CPUTIME_ID. This fixes the following issue

dmah42 commented 6 months ago

thanks!