/* Each line will display the queue name, timestamp, the number * of jobs sent to that queue and the runtime, as can be seem here: * * queue timestamp jobs runtime * bin 239043069420 22620 17438164056 * render 239043069420 22619 27284814161 * tfu 239043069420 8763 394592566 * csd 239043069420 3168 10787905530 * cache_clean 239043069420 6127 237375940
*/
len += sysfs_emit_at(buf, len, "%s\t%llu\t%llu\t%llu\n",
v3d_queue_to_string(queue),
timestamp, jobs_completed, active_runtime);
}
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.