Class LoadingStatistics
Loading statistics for performance monitoring
public class LoadingStatistics
- Inheritance
-
objectLoadingStatistics
Constructors
LoadingStatistics()
public LoadingStatistics()
Properties
FilesProcessed
public int FilesProcessed { get; set; }
Property Value
- int
FilesSkipped
public int FilesSkipped { get; set; }
Property Value
- int
LoadingTimeMs
public long LoadingTimeMs { get; set; }
Property Value
- long
MemoryUsedBytes
public long MemoryUsedBytes { get; set; }
Property Value
- long
ParseErrors
public int ParseErrors { get; set; }
Property Value
- int
Warnings
public List<string> Warnings { get; set; }
Property Value
- List<string>
Methods
GetPerformanceReport()
public string GetPerformanceReport()
Returns
- string