System.drawThreadNum

Function/Meaning
Number of threads used for drawing
Type
System Class Properties
Explanation

Kiriki Represents the number of threads used by Kiriki's layer system when drawing.
You can also set the value.
If you specify dtnAuto, the same number of threads as the OS recognizes is automatically allocated.
Setting multiple drawing threads may improve drawing performance in a multi-core environment, but it may also reduce performance.
Good results may be obtained by applying it to processing with a large drawing area, high-load processing of Affine series, and layer composition processing with heavy calculation.
Even if you set to use multithreading, if the system determines that the drawing process load is light and the effect of multithreading cannot be obtained, it may not be executed in multithreading.