Maxime Schmitt

Results 69 comments of Maxime Schmitt

I added the support for STRIP_FROM_INC_PATH in a second commit if you want that too.

I will not add tests for malloc/realloc etc. If they return NULL, the program may as well crash with a segfault at this point. I do not intent to recover...

Yes I'm not saying the contrary. But, in this case, it is not like the program relies on the fact that this printf succeeded to do something more, it just...

Well, if I add appropriate error code, I shall as well return ENOMEM when (m|re)alloc fails, EBADF for the printf etc. I may add these in the near future when...

@ilemhadri very good idea. I have a first pass on the time_axis branch is you'd like to test.

It's now merged into master.

Closing now that this is released. @devalexqt I opened another issue for the GPU/CPU time as #162. I will probably work on that after the Intel support.

Hello, How many GPUs do you have on your system? Are they AMD ones?

Could you please try something: Compile with - ```cmake .. -DNVIDIA_SUPPORT=ON -DAMDGPU_SUPPORT=OFF``` - ```cmake .. -DNVIDIA_SUPPORT=OFF -DAMDGPU_SUPPORT=ON``` In both cases run nvtop and see if you can reproduce the slowdown...

From what I see in the video, it freezes when gathering the information, every second or so (which is the default update rate). The interface freezes because everything runs in...