Issue 1680: "FtblockDN.cc RGB_denoise": this patch add a Performance tab to limit the number of core used for RGB denoising tool

This commit is contained in:
natureh 510
2013-02-26 01:05:44 +01:00
parent d59fab9f17
commit d6e42edcc6
8 changed files with 56 additions and 2 deletions

View File

@@ -194,6 +194,9 @@ class Options {
bool UseIconNoText;
int whiteBalanceSpotSize;
// Performance options
int rgbDenoiseThreadLimit; // maximum number of threads for the denoising tool ; 0 = use the maximum available
bool menuGroupRank;
bool menuGroupLabel;
bool menuGroupFileOperations;