public static void Main() { // Open & read a big grf to trace using dotTrace using (var grf = new Grf.RoGrfFile(@"C:\Games\TalonRO\sdata.grf")) { Console.WriteLine("Grf opened, found {0} files", grf.Files.Count); } Console.WriteLine("Press any key to exit."); Console.Read(); // Run all performancd tests in this assembly //RunPerformanceTests(); }