Whilst looking at the LLVM libc benchmarks I found the need to display the ‘sizes’ of the datasets against ‘bytes/cycle’ rather than ‘time’. For this reason I added an option called ‘—display’ to enable to switch between the different modes. This was just for some local tests, but I thought it might be useful to others upstream.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libc/benchmarks/render.py3 | ||
---|---|---|
135 | Python being what it is would you mind hoisting root["Host"]["CpuFrequency"] out of the for loops? |
Python being what it is would you mind hoisting root["Host"]["CpuFrequency"] out of the for loops?