[Studio Beta] Introducing LibMP: the MicroProfiler API

Does this enable memory tracking if forced on by LibMP.Control:EnableProfiler(true) ?

This will allow our devs not to have to go through the process of:

  1. Opening the game
  2. Turning on the micro-profiler on the mobile device
  3. Leaving the game
  4. Killing the Roblox client app
  5. Starting the Roblox client app
  6. Joining the game
  7. Begin profiling

Being able to enable the profiler to trigger memory tracking would be valuable as that’d collapse all the steps and reduce the process overhead. This would save a ton of wasted time.

4 Likes