BenBE
BenBE
To reduce the number of dependencies we'd best like to avoid introducing unnecessary dependencies, especially as this would only cover AMD GPUs and only some of them and only on...
For NVIDIA both `nv` and `nouveau` should be checked. Unfortunately no such system at hand.
> The Intel driver (i915) has a lot of GTT specific code in the kernel. Maybe some usable numbers can be found in this file: > `/sys/kernel/debug/dri/*/i915_gem_objects` ```console # ls...
> On GPUs that support per-process memory reporting it may be nice to add that as as column as well. I believe Nvidia and AMD do this? I don't think...
It would be much better to make this compile native. The necessary code changes required to achieve this are manageable (but not trivial).
> If all you want to should up are Cygwin processes, this is wouldn't take all that much work (ignoring all the Linux stuff like sensors and the like). I...
> My understanding of the Windows side of things doesn't have any practical experience behind it, so I readily concede to anyone that has worked with. Unfortunately when you learn...
> Have a write up of the basic process for setting up and doing the cross compile: > > https://github.com/dnabre/htop/tree/windows/docs/cross_compiling_for_windows Thank you for this initial write-up. That's a good starting...
Unfortunately not much progress here, as WinNT support is more of a side project. With that said, there's some initial documentation for cross-compiling using MinGW at #1107. This is also...
> > P.S.: Last time I tried to build things on Cygwin I ran into issues with `autotools` (in particular the generated `configure`) tried to assess C99 compatibility of MSVC*...