This documentation assumes you have a clear understanding and know how to use the MicroProfiler. To learn what MicroProfiler is, or how to use it, read my article "Roblox: Using the MicroProfiler". The Roblox MicroProfiler, or profiler for short, is Roblox's built-in analysis tool that provides real-time, extremely accurate timings regarding your game's performance on the device used.
[ToC]
Profiler Information
Useful profiler information that you should read and remember when analyzing and debugging your game.
Notes
Roblox frame budget is 17ms, 60 frames per second. This means your ideal frame should be much smaller than 17ms/frame.