mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-18 19:04:27 -04:00
[GH-ISSUE #910] Thread scheduler recommendation #97
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Darkhost1999 on GitHub (Oct 12, 2022).
Original GitHub issue: https://github.com/RPCS3/discord-bot/issues/910
If it's not recommended to use a thread scheduler unless you have 12+ threads then we probably should avoid recommending it to those who can't use the option.
https://github.com/RPCS3/rpcs3/blob/master/rpcs3/rpcs3qt/tooltips.h#L86
Just a thought honestly. If fewer than 12 threads don't print out the message that thread scheduler may improve performance as it may just make things worse and they'll probably disregard the tooltip thinking "The bot told me it was ok"
[The image is just an example I took from the last log I saw when thinking about this]
@13xforever commented on GitHub (Dec 5, 2022):
That's only relevant for Intel CPUs, and there's already check for that
@Asinin3 commented on GitHub (Jul 23, 2023):
Huh? The thread scheduler is only relevant for AMD, not Intel.
Thread scheduler recommendationto [GH-ISSUE #910] Thread scheduler recommendation