mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
[xla:cpu] Correctly measure CPU time in slinky thread pool benchmark
PiperOrigin-RevId: 824253351
This commit is contained in:
parent
9859a3b040
commit
72d04ced58
|
|
@ -136,6 +136,7 @@ static void BM_ParallelFor(benchmark::State& state) {
|
|||
}
|
||||
|
||||
BENCHMARK(BM_ParallelFor)
|
||||
->MeasureProcessCPUTime()
|
||||
->ArgPair(8, 1)
|
||||
->ArgPair(8, 2)
|
||||
->ArgPair(8, 4)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user