Unity - Scripting API: Unity.IO.LowLevel.Unsafe.AsyncReadManagerMetrics.GetSummaryOfMetrics (original) (raw)
Suggest a change
Success!
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.
Close
Submission failed
For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Close
Your name Your email Suggestion*
Cancel
Parameters
Parameter | Description |
---|---|
metrics | Array of previously collected AsyncReadManagerRequestMetrics. |
Returns
AsyncReadManagerSummaryMetrics Calculated summary of the given metrics.
Parameters
Parameter | Description |
---|---|
metrics | List of previously collected AsyncReadManagerRequestMetrics. |
metricsFilters | Filters to apply to the data used in calculating the summary. |
Returns
AsyncReadManagerSummaryMetrics Calculated summary of given metrics that match the filters.
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.