| bool CAutotuneNanoConfig::GoNextAutotuneStage | ( | int & | ResultCode, |
| uint8_t * | PatternBuffer = nullptr, | ||
| uint64_t | PatternBufferLengthInBytes = 0 ) |
Incremental Autotuning Increment autotuning stage If autotuning is to be run incrementally, call this function again and again until AutotuningInProgress() returns true
| ResultCode | will be populated 0 for success; 1 for fatal error; 2 for buffer error; 3 for data unfit for autotuning (constant cluster or too noisy of data) |
| PatternBuffer | data array |
| PatternBufferLengthInBytes | length of data array to read in |