pub unsafe extern "C" fn magma_connection_create_performance_counter_buffer_pool(
    connection: magma_connection_t,
    pool_id_out: *mut magma_perf_count_pool_t,
    notification_handle_out: *mut magma_handle_t
) -> magma_status_t
Expand description

\brief Create a pool of buffers that performance counters can be dumped into. Performance counter access must have been enabled using magma_connection_enable_performance_counter_access before calling this method. \param connection An open connection to a device. \param pool_id_out A new pool id. Must not currently be in use. \param notification_handle_out A handle that should be waited on.