struct trc_diff_key_stats

Overview

Statistics for each key which makes differences More…

#include <trc_diff.h>

struct trc_diff_key_stats {
    // fields

    const char* key;
    unsigned int count;

    // methods

    CIRCLEQ_ENTRY(trc_diff_key_stats);
};

Detailed Documentation

Statistics for each key which makes differences

Fields

const char* key

Key

unsigned int count

How many times this key is used to explain the difference

Methods

CIRCLEQ_ENTRY(trc_diff_key_stats)

List links