Browse Source

Update profiling.md

Björn Ritzl 20 hours ago
parent
commit
b8251cda62
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docs/en/manuals/profiling.md

+ 3 - 0
docs/en/manuals/profiling.md

@@ -71,6 +71,9 @@ Global Properties
 
 
   ![Global Properties](images/profiling/webprofiler_global_properties.png)
   ![Global Properties](images/profiling/webprofiler_global_properties.png)
 
 
+::: sidenote
+The LuaMem value is the amount of memory in kilobytes used by the Lua VM as reported by the Lua garbage collector. Memory is the amount of memory in byytes used by the engine.
+:::
 
 
 ### Resource profiler
 ### Resource profiler
 The Resource profiler allows you to inspect your game while it is running and analyze resource use in detail. To access the profiler:
 The Resource profiler allows you to inspect your game while it is running and analyze resource use in detail. To access the profiler: