struct trc_report_key_entry
Overview
Key list entry More…
#include <trc_report.h> struct trc_report_key_entry { // fields char* name; int count; // methods TAILQ_ENTRY(trc_report_key_entry); TAILQ_HEAD(trc_report_key_test_entry); };
Detailed Documentation
Key list entry
Fields
char* name
Key name
int count
Amount of test iterations failed to specific key
Methods
TAILQ_ENTRY(trc_report_key_entry)
List links
TAILQ_HEAD(trc_report_key_test_entry)
Tests list