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