Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Closemetrics | Array of previously collected AsyncReadManagerRequestMetrics. |
AsyncReadManagerSummaryMetrics Calculated summary of the given metrics.
Summarizes an array containing AsyncReadManagerRequestMetric records.
You can access the metrics collected for AsyncReadManager read operations by calling GetMetrics.
metrics | List of previously collected AsyncReadManagerRequestMetrics. |
metricsFilters | Filters to apply to the data used in calculating the summary. |
AsyncReadManagerSummaryMetrics Calculated summary of given metrics that match the filters.
Summarizes AsyncReadManagerRequestMetric records that match the specified filter.
The summary returned is calculated from any data in the specified metrics
list that matches the metricsFilters
.
See AsyncReadManagerMetricsFilters.ctor for information about filter creation.
You can access the metrics collected for AsyncReadManager read operations by calling GetMetrics.