From ced093f28922f5e81541ce17bf5cb568489249d7 Mon Sep 17 00:00:00 2001 From: Simon Gellis Date: Mon, 1 Sep 2025 18:30:59 +0000 Subject: [PATCH] Add Profiling --- Profiling.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Profiling.md diff --git a/Profiling.md b/Profiling.md new file mode 100644 index 0000000..fed0ea2 --- /dev/null +++ b/Profiling.md @@ -0,0 +1,2 @@ +Profiling can show you what code your game is running when, and help you find which parts of the game are slowest. It's a useful tool if you're making games that push the Virtual Boy to its limits. +