mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2026-02-22 16:33:08 +00:00
v25.7
This commit is contained in:
2
miner.h
2
miner.h
@@ -542,7 +542,9 @@ void applog_hash(void *hash);
|
||||
void format_hashrate(double hashrate, char *output);
|
||||
void print_hash_tests(void);
|
||||
|
||||
// Factors of 1000 used for hashes, ie kH/s, Mh/s.
|
||||
void scale_hash_for_display ( double* hashrate, char* units );
|
||||
// Factors of 1024 used for bytes, ie kiB, MiB.
|
||||
void format_number_si( double* hashrate, char* si_units );
|
||||
void report_summary_log( bool force );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user