Currently the profilers display Memory and LuaMem properties without any information on the unit type. This would be useful information to have in docs.
Info:
Both properties Memory and LuaMem are in kilobytes(kb) as we see here:
Memory - https://github.com/defold/defold/blob/dev/engine/profiler/src/profiler.cpp#L36
LuaMem - https://github.com/defold/defold/blob/dev/engine/lua/src/lua/lapi.c#L917-L921
Task:
- Add foot note for memory unit type information to the
profiling.md
*NOTE This would be a good Hacktoberfest issue