pub unsafe extern "C" fn aws_crt_statistics_handler_process_statistics(
handler: *mut aws_crt_statistics_handler,
interval: *mut aws_crt_statistics_sample_interval,
stats: *mut aws_array_list,
context: *mut c_void
)
Expand description
Submits a list of statistics objects to a statistics handler for processing
handler - the statistics handler that will process the statistics objects interval - time period over which the statistics were gathered stats - list of pointers to structures that can be case to aws_crt_statistics_base (i.e. have category as a first member) context - (optional) additional context specific to where the statistics handler has been attached