On Wednesday, 4 September 2019 at 23:56:07 UTC, Laeeth Isharc
wrote:
On Tuesday, 27 August 2019 at 17:32:30 UTC, Max Haughton wrote:
On Monday, 26 August 2019 at 18:51:54 UTC, Vladimir Panteleev
wrote:
[...]
I was aware of the site when i wrote the proposal, but the
idea is to create the infrastructure to add more measurements
too, e.g. profiling the compiler or testing it under limited
memory (I found out how much memory my CTFE thing was using
the other day!). Assuming I can get it to work I'd also like
to throw the Linux perf system in there too,
Take a look at BPF. Might be some work to wrap and if I recall
right some of the C headers are a bit gnarly. But it's pretty
powerful.
https://github.com/brendangregg/bpf-docs
I'll look into it, thank you. Seems like a big rabbit hole to go
down but the project is far from set in stone.