diff --git a/docs/stats.md b/docs/stats.md index 78fe9051..54b4e4e0 100644 --- a/docs/stats.md +++ b/docs/stats.md @@ -14,23 +14,9 @@ Any name that doesn't designate an argument name or is not an argument will be i ## Groups -`all` +`all` - a special group designating all statistics gatherers available. - - A special group designating all statistics gatherers available. - -`position_count` - - - `struct PositionCounter` - the total number of positions in the file. - - - reg.add("king", "king_square_count"); - - reg.add("move", "move_from_count"); - reg.add("move", "move_to_count"); - reg.add("move", "move_type"); - reg.add("move", "moved_piece_type"); - - reg.add("piece_count"); +`position_count` - the total number of positions in the file. `king`, `king_square_count` - the number of times a king was on each square. Output is layed out as a chessboard, with the 8th rank being the topmost. Separate values for white and black kings.