|
|
|
@ -555,7 +555,7 @@ private:
@@ -555,7 +555,7 @@ private:
|
|
|
|
|
|
|
|
|
|
// return true if a new core has a better score than an existing core, including
|
|
|
|
|
// checks for alignment
|
|
|
|
|
bool coreBetterScore(uint8_t new_core, uint8_t current_core); |
|
|
|
|
bool coreBetterScore(uint8_t new_core, uint8_t current_core) const; |
|
|
|
|
|
|
|
|
|
// logging functions shared by cores:
|
|
|
|
|
void Log_Write_NKF1(uint8_t core, uint64_t time_us) const; |
|
|
|
|