Added core-clock and memory-clock to output in benchmark mode with --machine-readable enabled

This commit is contained in:
jsteube
2016-11-10 17:50:29 +01:00
parent 12ea82b821
commit 1edc129f8a
7 changed files with 67 additions and 15 deletions
+2
View File
@@ -73,6 +73,8 @@ double status_get_cpt_avg_hour (const hashcat_ctx_t *hashcat_ctx)
double status_get_cpt_avg_day (const hashcat_ctx_t *hashcat_ctx);
char *status_get_cpt (const hashcat_ctx_t *hashcat_ctx);
char *status_get_hwmon_dev (const hashcat_ctx_t *hashcat_ctx, const int device_id);
int status_get_corespeed_dev (const hashcat_ctx_t *hashcat_ctx, const int device_id);
int status_get_memoryspeed_dev (const hashcat_ctx_t *hashcat_ctx, const int device_id);
int status_progress_init (hashcat_ctx_t *hashcat_ctx);
void status_progress_destroy (hashcat_ctx_t *hashcat_ctx);
+2
View File
@@ -1565,6 +1565,8 @@ typedef struct
char *speed_sec_dev;
char *input_candidates_dev;
char *hwmon_dev;
int corespeed_dev;
int memoryspeed_dev;
} device_info_t;