OpenOCD
|
Data Fields | |
uint32_t | incompl_blocks |
uint32_t | lost_bytes |
float | max_blk_proc_time |
float | max_blk_read_time |
float | min_blk_proc_time |
float | min_blk_read_time |
Definition at line 67 of file esp32_apptrace.h.
uint32_t esp32_apptrace_cmd_stats::incompl_blocks |
Definition at line 68 of file esp32_apptrace.h.
Referenced by esp32_apptrace_print_stats(), and esp32_apptrace_usr_block_check().
uint32_t esp32_apptrace_cmd_stats::lost_bytes |
Definition at line 69 of file esp32_apptrace.h.
Referenced by esp32_apptrace_print_stats(), and esp32_apptrace_usr_block_check().
float esp32_apptrace_cmd_stats::max_blk_proc_time |
Definition at line 73 of file esp32_apptrace.h.
Referenced by esp32_apptrace_poll(), and esp32_apptrace_print_stats().
float esp32_apptrace_cmd_stats::max_blk_read_time |
Definition at line 71 of file esp32_apptrace.h.
Referenced by esp32_apptrace_poll(), and esp32_apptrace_print_stats().
float esp32_apptrace_cmd_stats::min_blk_proc_time |
Definition at line 72 of file esp32_apptrace.h.
Referenced by esp32_apptrace_cmd_ctx_init(), esp32_apptrace_poll(), and esp32_apptrace_print_stats().
float esp32_apptrace_cmd_stats::min_blk_read_time |
Definition at line 70 of file esp32_apptrace.h.
Referenced by esp32_apptrace_cmd_ctx_init(), esp32_apptrace_poll(), and esp32_apptrace_print_stats().