Issue tracking?
#3
(11-07-2019, 10:07 PM)fire219 Wrote:
Quote:- In the default OS there is a a frequency regulator in the main panel. I've never seen a menu like this before on any other machine, but it seems potentially quite useful. In particular I'd like to do performance benchmarks of some software I'm working on and I'd like to avoid external factors like thermal throttling, "turbo" modes and whatnot, so running slower but consistent would be very useful for getting repeatable results- however there is not a lot of info in the Help menu. The different profiles don't have any explanation and I'm unclear on what will happen if I manually select a high frequency. Will this risk overheating and damaging the computer?

The "profiles" in that regulator widget are standard Linux kernel "governors". You could look them up if you want exact details, but basically:

-  "on-demand" is the best all around (performance when its needed, low power when its not)
- "performance" runs all the cores at full clock speed all the time. It won't damage anything, but the PBP will get noticeably hotter.
- "powersave" runs all the cores at their lowest clock speed. The benefits and downsides of this should be obvious.

Quote:There is also the whole "big-little" architecture and I'm not sure how scheduling happens for that - is there some place I can find more info? Maybe a way to temporarily disable the little cores when running certain jobs?

I'm not sure how the scheduling happens either. It depends on how the kernel is set up. There should be a way to disable the little cores but I'm not sure how -- and I wouldn't recommend it either. At worst, it messes with benchmarks. But the little cores are there for a reason: they consume a lot less power than the big cores, when you don't need full performance!

That's not an answer but a remark.



It is the first time I can toy around with big.little CPU architecture. Here is an interesting case-study in parallelization. I was compiling a linux kernel with make -jn allowing n compilations to be dispatched in parallel.

j1 real 63m03.721s user 64m20.015s sys 04m34.679s
j2 real 33m28.409s user 64m12.669s sys 04m50.640s
j3 real 27m14.206s user 73m06.491s sys 05m26.390s
j4 real 23m42.549s user 81m01.083s sys 06m02.435s
j5 real 21m58.216s user 88m57.846s sys 06m34.789s
j6 real 20m49.394s user 94m48.045s sys 06m51.734s

The data is very interesting:
  • With one core, we have real < user + sys. Maybe some sys work got dispatched in parallel to user work. dpkg-deb builds the kernel packages after the actual compilation is multi-threaded resulting in utilization of multiple cores.
  • user and sys time stay the same when the compilation is dispatched on one or on two equally fast cores. Real time halves.
  • when slower cores join the compilation (j3 - j6), real time continues to drop, but user and sys times increase.


PS: you can configure your cpus via sysfs callback under sys/devices/system/cpu/ - look around and cat and echo values.


Messages In This Thread
Issue tracking? - by geokon - 11-07-2019, 09:00 PM
RE: Issue tracking? - by fire219 - 11-07-2019, 10:07 PM
RE: Issue tracking? - by Der Geist der Maschine - 11-07-2019, 10:29 PM
RE: Issue tracking? - by geokon - 11-07-2019, 10:36 PM
RE: Issue tracking? - by Arwen - 11-08-2019, 06:03 AM
RE: Issue tracking? - by Der Geist der Maschine - 11-10-2019, 11:01 PM
RE: Issue tracking? - by zaius - 11-08-2019, 06:59 AM
RE: Issue tracking? - by geokon - 11-08-2019, 11:43 PM
RE: Issue tracking? - by Arwen - 11-09-2019, 07:56 AM
RE: Issue tracking? - by tophneal - 11-08-2019, 07:26 AM
RE: Issue tracking? - by geokon - 11-09-2019, 08:16 AM
RE: Issue tracking? - by hmuller - 11-09-2019, 01:02 PM
RE: Issue tracking? - by zaius - 11-09-2019, 01:08 PM
RE: Issue tracking? - by geokon - 11-09-2019, 11:52 PM
RE: Issue tracking? - by bcnaz - 11-10-2019, 05:49 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Newbie with immediate issue jasonumd 1 1,027 03-04-2023, 05:59 PM
Last Post: hacknix
  suckless surf on arch linux pinebook pro scrolling issue gehn5 0 1,010 04-16-2022, 07:41 PM
Last Post: gehn5
Question USB-C Video Out Issue dev 2 1,915 02-08-2022, 07:28 PM
Last Post: dev
Bug [Fixed] Issue with mesa-git (Manjaro ARM Stable Update 2020-09-22)) JasonG-FR 20 22,211 12-12-2020, 05:09 AM
Last Post: mogwai
  Pinebook Pro PCIe init issue R32Fanboy 4 5,404 11-05-2020, 09:59 AM
Last Post: vssz
  Boot issue (red light) pineitup 10 10,326 11-01-2020, 11:26 PM
Last Post: wdt
  Boot issue DarrowAtreides 0 1,743 10-29-2020, 07:23 AM
Last Post: DarrowAtreides
  Issue with screeen tilers - Anyone can recommend? motezart 0 1,644 10-20-2020, 10:35 AM
Last Post: motezart
  [AUG 2020] PBP Battery Issue (?) mercato 7 7,630 09-22-2020, 12:10 AM
Last Post: KC9UDX
  Graphics issue on ubuntu bionic das 0 1,712 08-03-2020, 09:39 AM
Last Post: das

Forum Jump:


Users browsing this thread: 2 Guest(s)