改进
This commit is contained in:
@@ -480,7 +480,9 @@ public:
|
||||
{"queued", runtime.render_domain.queued},
|
||||
{"peak_queued", runtime.render_domain.peak_queued},
|
||||
{"backpressure_count", runtime.render_domain.backpressure_count},
|
||||
{"backpressure_wait_ns", runtime.render_domain.backpressure_wait_ns}}},
|
||||
{"backpressure_wait_ns", runtime.render_domain.backpressure_wait_ns},
|
||||
{"unhandled_exception_count",
|
||||
runtime.render_domain_unhandled_exception_count}}},
|
||||
{"gpu_completion",
|
||||
{{"capacity", runtime.gpu_completion.capacity},
|
||||
{"active", runtime.gpu_completion.active},
|
||||
|
||||
Reference in New Issue
Block a user