Damien Feneyrou

Results 18 comments of Damien Feneyrou

For typical fibers, that makes sense. On the other side, my mental model was a Discrete Event Simulator, with virtual time, where OS threads are "emulated" thanks to the longjmp...

Sorry for late answer... To enable profiling, the minimum actions that shall occur in any python program/process is to import the module `palanteer` and call the function `plInitAndStart` (among other...

Please reopen if you need more information.

Sorry for the late answer, and thanks for your kind words! I see a lot of timing inconsistencies on the lock timing but am unable to determine the root cause...

I see in your last `pltraw` capture that the dates are suddenly jumping into the past (not much, around 500 ms, and for a continuous bunch of events on the...

Better late than never :-) The commit @e2bc2695486ace8829edc33008bc47ed0372a2a6 adds the compilation flag to force the usage of the standard clock which is always correct but slower than the `rdtsc` instruction....

My guess is the support of C++14 by your version of gcc (4.8 is quite old). Do you have the possiblity to use a more recent one? You can also...

I never tried to build the python packages with `conda`, what we can see in your log is that the C++ header `cinttype` does not contains the macros `PRIx64`, which...