[all-commits] [llvm/llvm-project] 70e672: [System][z/OS] Fix per-thread timing error on z/OS...
Abhina Sree via All-commits
all-commits at lists.llvm.org
Fri Jan 5 04:57:20 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 70e67253d60a984bd83844690791a023448e3623
https://github.com/llvm/llvm-project/commit/70e67253d60a984bd83844690791a023448e3623
Author: Abhina Sree <69635948+abhina-sree at users.noreply.github.com>
Date: 2024-01-05 (Fri, 05 Jan 2024)
Changed paths:
M third-party/benchmark/src/timers.cc
Log Message:
-----------
[System][z/OS] Fix per-thread timing error on z/OS (#76947)
This patch calls ProcessCPUUsage() for z/OS because we do not support CLOCK_THREAD_CPUTIME_ID. This copies the change made to google benchmark here
https://github.com/google/benchmark/commit/e3824e7503187993b287ac8c8144a35bf5ccfd44
More information about the All-commits
mailing list