Date: Thu, 13 Apr 2023 16:35:27 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 270785] Performance and power efficiency regression due to pthread_cond_timedwait() changes Message-ID: <bug-270785-227-SUufIffR4g@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-270785-227@https.bugs.freebsd.org/bugzilla/> References: <bug-270785-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D270785 --- Comment #3 from Mark Johnston <markj@FreeBSD.org> --- So minecraft is generating many, many more calls to _umtx_op() than before.= If the kernel commit is reverted, and nothing else changes, does the number of calls stay the same? If not, then there may indeed be a kernel bug. It would be useful to see the timeout being passed. Some output from a dtr= ace script like: # dtrace -n 'fbt::do_wait:entry /args[3] && pid =3D=3D <pid of minecraft process>/{print(*args[3]);}' would be useful. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-270785-227-SUufIffR4g>