Skip to content

Commit 0235baf

Browse files
committed
docs: add missing functions to allocations table in benchmarks
1 parent 35ba8ad commit 0235baf

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/src/man/benchmarks.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,11 @@ The textbook algorithm variants (`mass_matrix_rnea`, `forward_dynamics_rnea`) ar
4242
| Jacobian | 2 | 384 B | **0 (0 B)** |
4343
| Inverse dynamics (RNEA) | 13 | 3.4 KiB | **0 (0 B)** |
4444
| Mass matrix (CRBA) | 9 | 4.6 KiB | **0 (0 B)** |
45+
| Mass matrix (RNEA) | 76 | 20.7 KiB ||
46+
| Gravity forces | 17 | 3.6 KiB ||
4547
| Forward dynamics (ABA) | 23 | 6.1 KiB ||
46-
| Forward dynamics | 32 | 8.8 KiB ||
48+
| Forward dynamics (CRBA + RNEA) | 32 | 8.8 KiB ||
49+
| Forward dynamics (RNEA) | 78 | 19.6 KiB ||
4750

4851
### When does this matter?
4952

0 commit comments

Comments
 (0)