Version: 2022.2
言語: 日本語
public static bool IsEnabled ();

戻り値

bool True, if the metrics system of the AsyncReadManager is currently recording data; false, otherwise.

説明

Reports whether the metrics system for the AsyncReadManager is currently recording data.

Start metrics collection with StartCollectingMetrics and end recording with StopCollectingMetrics. You can also enable metrics collection when your program first launches using the command-line argument "-enable-file-read-metrics". You can only collect metrics in development builds.