Jonas Haag
Jonas Haag
I mean this https://en.m.wikipedia.org/wiki/Thread-local_storage
That’s why I suggested variant E) where we add a new set of thread local error variables. And if unsupported by the compiler, we can leave it out and thread...
> Why not Wouldn't this break backwards compatibility? Thread locals are stored differently than global variables; not sure if that could break anything? > Another problem is how to find...
But isn't this awkward from an abstraction point of view: You have an initialisation and teardown routine, and a main routine, and you may always use the main routine despite...
Nope, but I can come up with one if you want.
First, if your program takes only a few milliseconds to run, that may be too fast for vmprof to collect any data at all. Second, vmprof collects only data about...
Yes I tested it with coala only and it works
Um, it's written in microseconds. Not sure about the Python side of things, but at least the profile has microsecond resolution
> The help prompt hints that the number should be in microseconds (`us`). Ah! Only the `austin` one. `austin-tui`: ``` -i INTERVAL, --interval INTERVAL Sampling interval (default is 100 μs)....
> What OS are you using? Ctrl + C seems to work fine on Linux (also on tmux). Arch Linux, no tmux