https://bugs.kde.org/show_bug.cgi?id=525537
Rafał Lichwała <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Rafał Lichwała <[email protected]> --- I cannot reproduce this bug - see my stats below - first measure is after a fresh cold boot, the second one is after resume from suspend. I use 4 virtual desktops and Pager widget on always-visible panel at the bottom. syriusz@archlinux:~ $ ./measure-plasma-cpu.sh kwin: 0s plasmashell: 1s (per 60s) syriusz@archlinux:~ $ ./measure-plasma-cpu.sh kwin: 0s plasmashell: 0s (per 60s) syriusz@archlinux:~ $ cat ./measure-plasma-cpu.sh #!/bin/bash k=$(pgrep -x kwin_wayland); p=$(pgrep -x plasmashell); a1=$(ps -p $k -o times=); b1=$(ps -p $p -o times=); sleep 60; a2=$(ps -p $k -o times=); b2=$(ps -p $p -o times=); echo "kwin: $((a2-a1))s plasmashell: $((b2-b1))s (per 60s)" syriusz@archlinux:~ $ fastfetch -` syriusz@archlinux .o+` ----------------- `ooo/ OS: Arch Linux x86_64 `+oooo: Host: Laptop 13 Pro (Intel Core Ultra Series 3) (A7) `+oooooo: Kernel: Linux 7.2.6-arch2-1 -+oooooo+: Uptime: 6 mins `/:-:++oooo+: Packages: 1175 (pacman) `/++++/+++++++: Shell: bash 5.3.15 `/++++++++++++++: Display (MND508ZB1-1): 2880x1920 @ 1.5x in 13", 120 Hz [Built-in] `/+++ooooooooooooo/` Desktop Environment: KDE Plasma 6.7.5 ./ooosssso++osssssso+` Window Manager: KWin (Wayland) .oossssso-````/ossssss+` WM Theme: Breeze -osssssso. :ssssssso. Theme: Breeze (Dark) [Qt], Breeze-Dark [GTK2], Breeze [GTK3] :osssssss/ osssso+++. Icons: breeze-dark [Qt], breeze-dark [GTK2/3/4] /ossssssss/ +ssssooo/- Font: Noto Sans (10pt) [Qt], Noto Sans (10pt) [GTK2/3/4] `/ossssso+/:- -:/+osssso+- Cursor: breeze (24px) `+sso+:-` `.-/+oso: Terminal: konsole 26.8.1 `++:. `-/+/ CPU: Intel(R) Core(TM) Ultra X7 358H (4+8+4) @ 4.80 GHz .` `/ GPU: Intel Arc B390 @ 2.50 GHz [Integrated] Memory: 2.57 GiB / 30.88 GiB (8%) Swap: 0 B / 40.51 GiB (0%) Disk (/): 32.20 GiB / 874.96 GiB (4%) - ext4 Local IP (wlp0s20f3): 192.168.1.15/24 Battery (FRANEDA): 81% (16 hours, 53 mins remaining) [Discharging] Locale: en_US.UTF-8 -- You are receiving this mail because: You are watching all bug changes.
