Jens Breitbart

Results 33 comments of Jens Breitbart

@jurica Nice, looks good, thanks 😄

I have the same problem. Is there any solution?

Thanks! That helped. :+1:

I am not sure what you mean with profiling. This crate allows you to use perf counters as input for criterion.rs and criterion uses them the same way as it...

I have not checked this, but it should already be possible. Can you try to call `inherit()`[0] on your Builder? If that does not work for you, can you share...

I would vote for "it is the kernels responsibility to make sure that all threads terminate correctly and exit the VM". I haven't put much thought to it, but it...

> * If one thread exits normally, we should set up an alarm (or some other timer) to give the kernel some time to properly shut down all vCPUs. >...

> > For a simple command line tool it seems fine to deadlock as I can still kill it easily. > > My main motivation is to improve the usability...

> Timeouts for the tests have a larger overhead/safety margin since the time for the test itself also has to be considered. > > > After all, there are other...