示例#1
0
        private void PostProcessing()
        {
            if (Logger.PrintTotalFps)
            {
                Console.WriteLine("TotalFPS: {0}", Logger.CalculateAverageFps(GlobVar.TimeStamps));
            }

            TrackingDiagnostics.CalculateTrackingSuccess();

            var statWindow = new StatisticsWindow();

            statWindow.Draw(_heatMap.Get(), _energyHistory.Get(), GlobVar.TimeStamps);
        }
        private void PostProcessing()
        {
            if (Logger.PrintTotalFps)
            {
                Console.WriteLine("TotalFPS: {0}", Logger.CalculateAverageFps(GlobVar.TimeStamps));
            }

            TrackingDiagnostics.CalculateTrackingSuccess();

            var statWindow = new StatisticsWindow();
            statWindow.Draw(_heatMap.Get(), _energyHistory.Get(), GlobVar.TimeStamps);
        }