Does anyone know any easy-to-run compile-time benchmark suites?

Hi all, I was wondering if anyone has or knows easy-to-run compile-time benchmarks? I'm looking for something like nofib -- ideally after a fresh build I should be able to just run `make` and get some numbers (mainly allocations) back.

Hi, Am Donnerstag, den 23.06.2016, 15:09 +0000 schrieb Ömer Sinan Ağacan:
I was wondering if anyone has or knows easy-to-run compile-time benchmarks? I'm looking for something like nofib -- ideally after a fresh build I should be able to just run `make` and get some numbers (mainly allocations) back.
nofib reports compile times and (I believe also) compile allocations. If that is not what you are looking for, what is missing? Greetings, Joachim -- Joachim “nomeata” Breitner mail@joachim-breitner.de • https://www.joachim-breitner.de/ XMPP: nomeata@joachim-breitner.de • OpenPGP-Key: 0xF0FBF51F Debian Developer: nomeata@debian.org

Joachim Breitner
[ Unknown signature status ] Hi,
Am Donnerstag, den 23.06.2016, 15:09 +0000 schrieb Ömer Sinan Ağacan:
I was wondering if anyone has or knows easy-to-run compile-time benchmarks? I'm looking for something like nofib -- ideally after a fresh build I should be able to just run `make` and get some numbers (mainly allocations) back.
nofib reports compile times and (I believe also) compile allocations. If that is not what you are looking for, what is missing?
Indeed, compile allocations are reported on a per-module basis. Cheers, - Ben
participants (3)
-
Ben Gamari
-
Joachim Breitner
-
Ömer Sinan Ağacan