You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param[in] number_of_counters Number of counters in the array
260
260
* @param[in] counter_ids Specifies the array of counter ids
261
261
* @param[in] mode Statistics mode
262
-
* @param[out] counters Array of resulting counter values
262
+
* @param[out] status Array of status for each object. Length of the array should be object_count. Should be looked only if API return is not SAI_STATUS_SUCCESS.
263
+
* @param[out] counters Array of resulting counter values.
263
264
*
264
265
* @return #SAI_STATUS_SUCCESS on success, failure status code on error
* @param[in] object_count Number of objects to get the stats
284
+
* @param[in] object_key List of object keys
285
+
* @param[in] number_of_counters Number of counters in the array
286
+
* @param[in] counter_ids Specifies the array of counter ids
287
+
* @param[in] mode Statistics mode
288
+
* @param[out] status Array of status for each object. Length of the array should be object_count. Should be looked only if API return is not SAI_STATUS_SUCCESS.
289
+
*
290
+
* @return #SAI_STATUS_SUCCESS on success, failure status code on error
0 commit comments