Class
URLSessionTaskMetrics
An object encapsulating the metrics for a session task.
あるセッションタスクに対する指標をカプセル化するあるオブジェクト。
Overview
概要
Each URLSessionTaskMetrics
object contains the taskInterval
and redirectCount
, as well as metrics for each request-and-response transaction made during the execution of the task.
各URLSessionTaskMetrics
オブジェクトは、taskInterval
とredirectCount
を、それだけでなくタスクの遂行の間になされた各「リクエストと応答」トランザクションに対する指標も含みます。
Topics
話題
Creating Task Metrics
タスク指標を作成する
init()
Creates a task metrics instance.
タスク指標インスタンスを作成します。
Deprecated
非推奨
Accessing Task Metrics
タスク指標にアクセスする
class URLSessionTaskTransactionMetrics
An object that encapsualtes the performance metrics collected by the URL Loading System during the execution of a session task.
あるセッションタスクの遂行の間にURLローディングシステムによって収集された履行指標をカプセル化するオブジェクト。
var taskInterval: DateInterval
The time interval between when a task is instantiated and when the task is completed.
タスクがインスタンス化される時とタスクが完了される時の間の時間間隔。
var redirectCount: Int
The number of redirects that occurred during the execution of the task.
タスクの遂行の間に発生したリダイレクトの数。
See Also
参照
Collecting Task Metrics
タスク指標を収集する