Added memory usage to output
Add separate counts for Errors, Warnings and Information
This commit is contained in:
@@ -52,7 +52,8 @@ namespace DataLoader
|
||||
if (System.IO.File.Exists(fname))
|
||||
{
|
||||
FileInfo myFile = new FileInfo(fname);
|
||||
frmMain.AddInfo("Processing {0}", fname);
|
||||
GC.Collect();
|
||||
frmMain.AddInfo("Processing {0} {1}", fname, GC.GetTotalMemory(true));
|
||||
//string tmpName = @"C:\Temp\DataLoader\" + myFile.Name.Replace(".", "_") + ".RTF";
|
||||
string tmpName = Path.GetTempFileName();
|
||||
string temppath = Path.GetTempFileName();
|
||||
|
Reference in New Issue
Block a user