Alexandre Mutel
Alexandre Mutel
Thanks! I will have to dig into the problem myself when I have some time. Sorry it takes so long.
> I would naturally have an intent to look for an error left to the cursor, not right. And also I have intuition to fix error to the left, not...
It seems it can't, I will have to release separate packages for each version of Ubuntu.
> Kalk opens a dedicated window. AFAIK it's not an interactive shell (like Python or some other compilers / environments) that can be run via terminal where you might need...
Yep, there was a plan to do that... but never thought about actually keeping the content as well... that's a good idea
Which OS are you? kalk indeed requires a compatible terminal that supports ANSI escape code sequences, which comes now almost by default with Windows 10. There is something in the...
So I just tried kalk on Windows 10 from conemu and it's working as well (likely conemu is not trying to do anything with escape codes) Weird thing is that...
A bit related to this PR/issue https://github.com/dotnet/BenchmarkDotNet/pull/1438#issuecomment-620573164 Problem seems in Windows, ETW is not correctly reporting events for AMD CPU (reported [here](https://twitter.com/xoofx/status/1382598436906790912) and to the feedback hub [here](https://aka.ms/AA8c9b3))
After some experiment with ETW directly, I can see that `DCRefillFromL2` is generating some numbers, so it could be used for L1 cache misses while `DCRefillFromSystem` might be for L2...
> In the latest runs, the top plaintext frameworks seem to be bunching up at around 7,000,000 RPS, which is strange, but quite a way off the theoretical maximum based...