AndreyRGW / Thread-Rebalance

Thread Rebalance is a program that rebalances threads within a process, which in theory can increase performance on processors with 6+ cores/threads.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thread-Rebalance

Thread Rebalance is a program that rebalances threads within a process, which in theory can increase performance on processors with 6+ cores/threads.

Usage

Type ThreadRebalance <PID or Process Name> <interval> to rebalance threads in process. The interval is specified in seconds.

Thread-Rebalance GUI

Usage: first you must select the process from the list, then click on "select process", specify the interval in seconds in the "interval" field and click rebalance, and to cancel rebalance - click cancel.

About

Thread Rebalance is a program that rebalances threads within a process, which in theory can increase performance on processors with 6+ cores/threads.

License:GNU General Public License v3.0


Languages

Language:C# 100.0%