-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
addpkg(x11/xfce4-cpugraph-plugin): 1.2.10 #20623
Conversation
@knyipab
When rendering Excellent! |
94a09be
to
70afae4
Compare
bc26e3d
to
70afae4
Compare
I rewrote to use thread stat aggregation instead of I will probably write another patch for Again, couldn't use first two cores on my device (perhaps due to phone performance policy). @hansm629 see if you are interested in trying this version (perhaps along with the most recent #20393). |
x11-packages/xfce4-cpugraph-plugin/0001-cpu-data-thread-stat.patch
Outdated
Show resolved
Hide resolved
x11-packages/xfce4-cpugraph-plugin/0001-cpu-data-thread-stat.patch
Outdated
Show resolved
Hide resolved
x11-packages/xfce4-cpugraph-plugin/0001-cpu-data-thread-stat.patch
Outdated
Show resolved
Hide resolved
x11-packages/xfce4-cpugraph-plugin/0001-cpu-data-thread-stat.patch
Outdated
Show resolved
Hide resolved
@knyipab
All cores were monitored. The screenshot below is from the Galaxy Tab S9 Ultra. |
x11-packages/xfce4-cpugraph-plugin/0001-cpu-data-thread-stat.patch
Outdated
Show resolved
Hide resolved
x11-packages/xfce4-cpugraph-plugin/0001-cpu-data-thread-stat.patch
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't comment on the C++ but that seems well covered in the existing reviews.
0e53349
to
08c3eb2
Compare
Thanks @licy183 and @tstein for reviewing! I made a commit to refactor. It's not yet squashed, for tracking changes. To @licy183 after second thought, I abandon the idea of a "compatibility file" To @hansm629 thanks for testing. And yes, the 8 gen 2 in my Fold 5 never utilize first two cores in Termux, and not showing up in per-thread statistics in command To @TomJo2000 I do not hold strong view and please advise:
And then I will execute accordingly and squash commits (you may execute directly if you like) also for #20393 before merging. Thanks. |
And two PRs are waiting for rebasing :)
There already were problems with disabled kernels. They are being enabled on high demand, some kind of powersaving policy that you can not manage.
|
Yes, I actually meant sparing time to work on that two PRs (and that's perhaps after rewriting Side topic haha: debugging Termux:X11 requires boot my PC which generates a lot for heat in my room knowing that it's summer time now :) Nowadays I like to code in Termux in DeX and perhaps NDK toolchain is the only major prerequisite left before we can bring Android Studio to Termux. In this thread, I laid out the steps to setup Android Studio that can build SDK apps and encourage this author to bring NDK toolchain to Termux cuz I don't have that expertise: lzhiyong/termux-ndk#156.
Okay, if revision number is "per Github Action" not "per commit" then lemme drop that |
|
Seeing no reply (yet) from the author, I actually did (little) attempt to build. According to the project:
Not sure if I did anything wrong. The source download step already takes few tens of GB and fill up my storage drive :) so I gave up. Android Studio on Termux is exciting. Perhaps if Termux devs find it interesting, may try. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As far as I can evaluate it, this looks fine to me.
bb06be6
to
5f4c0dd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll merge this PR tomorrow if there is no more review. Thanks!
5f4c0dd
to
227166b
Compare
On my phone with snapdragon 8 gen 2, core 0 and core 1 are usually not shown in
top -H -b -q -o TID,%CPU,CPU -s 2 -n 1
for unknown reasons, it counts towards other cores. It's more oftop
issue not my code. Still it is useful to show the area graph.@hansm629, please check and any feedback.