/* * The gpu_memory_total event indicates that there's an update to either the * global or process total gpu memory counters. * * This event should be emitted whenever the kernel device driver allocates, * frees, imports, unimports memory in the GPU addressable space. * * @gpu_id: This is the gpu id. * * @pid: Put 0 for global total, while positive pid for process total. * * @size: Size of the allocation in bytes. *
*/
TRACE_EVENT(gpu_mem_total,
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.