mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-22 20:44:19 +00:00
Add API output displaying USB cancellations.
This commit is contained in:
parent
bfdf3af1a4
commit
e40b1c176d
1
api.c
1
api.c
@ -3149,6 +3149,7 @@ static int itemstats(struct io_data *io_data, int i, char *id, struct cgminer_st
|
||||
}
|
||||
|
||||
root = api_add_string(root, "USB tmo", details, true);
|
||||
root = api_add_int(root, "USB cancellations", &cgpu->usb_cancels, false);
|
||||
root = api_add_int(root, "USB bulk reads", &cgpu->usb_bulk_reads, false);
|
||||
val = cgpu->usb_rlock_total_wait / (cgpu->usb_bulk_reads ? : 1);
|
||||
root = api_add_int(root, "USB avg rlock ms wait", &val, true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user