From e604c9905feb1bef4a5e6e0ffb70e1c33b79d130 Mon Sep 17 00:00:00 2001 From: Ketmar Dark Date: Fri, 18 Aug 2017 04:41:53 +0300 Subject: [PATCH] some statistics --- src/game/g_map.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/g_map.pas b/src/game/g_map.pas index 36f59f0..c8d9f14 100644 --- a/src/game/g_map.pas +++ b/src/game/g_map.pas @@ -1043,7 +1043,7 @@ begin addPanelsToGrid(gBlockMon, PANEL_BLOCKMON); gMapGrid.dumpStats(); - //gMapSAP.dumpStats(); + e_WriteLog(Format('tree depth: %d; %d nodes used, %d nodes allocated', [mapTree.computeTreeHeight, mapTree.nodeCount, mapTree.nodeAlloced]), MSG_NOTIFY); end; function g_Map_Load(Res: String): Boolean; -- 2.29.2