Version: 2020.3
언어: 한국어
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.