Kang-Che Sung (宋岡哲)
Kang-Che Sung (宋岡哲)
My questions: 1. Should this new graph style considered a new mode (like in `Bar`, `Text` and `LED` meter modes) or a "sub-style" under the `Graph` meter mode? 2. How...
> > > > 1. Should this new graph style considered a new mode (like in `Bar`, `Text` and `LED` meter modes) or a "sub-style" under the `Graph` meter mode?...
I have a concern about `Panel_getCh` function. The API was designed to return a byte despite us implementing multi-byte support for it. And the function maintains a state (`mbbuf`, `mbbuf_i`...
I don't like this. 1. The `GCPU%` and `GMEM%` are bad names. (The "G" can be confused with something else like GPU and graphics memory) 2. I think a more...
@BenBE The idea of aggregated values of child processes works better when Tree View is in effect, otherwise you will end up seeing duplicated numbers of the parent processes listed...
> > > > 1. The GCPU% and GMEM% are bad names. > > I am still thinking about the right name and am not convinced with what current ones....
> I think the idea needs to be refined more to be convincing. Not sure if it is only me but when I try to evaluate this idea based on...
@martixy You need to describe what the two meters do, or else we have have no idea what information you would like to monitor. The term "dirty" can mean many...
@natoscott There is not even an assertion for that. And the time source isn't just clock_gettime. There are other time sources where "less than one unit of time difference" is...
Update: Sorry for not explaining this clear enough (I was sleepy when I wrote the initial version of this report). I mean there are several approaches for the case where...