From f0950bb9d15060645409922ec002a91ab93e7493 Mon Sep 17 00:00:00 2001 From: Simon Gellis Date: Mon, 1 Sep 2025 21:35:27 +0000 Subject: [PATCH] Update Profiler --- Profiler.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Profiler.md b/Profiler.md index 6a2c4c4..15462b5 100644 --- a/Profiler.md +++ b/Profiler.md @@ -1,3 +1,5 @@ +# Profiling with Lemur + Lemur comes with a profiler. 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. ## Setup