/* Holds a description of a given performance counter. The index of * performance counter is given by the array on `v3d_performance_counter.c`.
*/ struct v3d_perf_counter_desc { /* Category of the counter */ char category[32];
/* Name of the counter */ char name[64];
/* Description of the counter */ char description[256];
};
struct v3d_perfmon_info { /* Different revisions of V3D have different total number of * performance counters.
*/ unsignedint max_counters;
/* Array of counters valid for the platform. */ conststruct v3d_perf_counter_desc *counters;
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.