X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_console.pas;h=729bf956f956201f4c7a3787d9e1e59e4cdb98b4;hb=3bfb3c21b8428a30bcd430263499b64522b6e1d5;hp=c41cb23c8ab8c41de9c1eb5233f7135d73d0b933;hpb=e27a7539a5cd40fb3a15c6daef0e18817b7c9bd8;p=d2df-sdl.git diff --git a/src/game/g_console.pas b/src/game/g_console.pas index c41cb23..729bf95 100644 --- a/src/game/g_console.pas +++ b/src/game/g_console.pas @@ -388,14 +388,18 @@ begin AddCommand('d_player', DebugCommands); AddCommand('d_joy', DebugCommands); - AddCommand('dpp', ProfilerCommands); - AddCommand('dpu', ProfilerCommands); - AddCommand('dpc', ProfilerCommands); - AddCommand('r_gridrender', ProfilerCommands); - AddCommand('dbg_coldet_grid', ProfilerCommands); + AddCommand('pf_draw_frame', ProfilerCommands); + AddCommand('pf_update_frame', ProfilerCommands); + AddCommand('pf_coldet', ProfilerCommands); + AddCommand('r_sq_draw', ProfilerCommands); + AddCommand('r_sq_use_grid', ProfilerCommands); + AddCommand('r_sq_use_tree', ProfilerCommands); + AddCommand('dbg_sq_coldet', ProfilerCommands); + + AddCommand('t_dump_node_queries', ProfilerCommands); AddCommand('sq_use_grid', ProfilerCommands); - AddCommand('sq_use_sap', ProfilerCommands); + AddCommand('sq_use_tree', ProfilerCommands); AddCommand('p1_name', GameCVars); AddCommand('p2_name', GameCVars);