MicroProfiler dumps fail to load

Sometimes I get this problem (that I don’t know if originates from my client or the server) where the ServerProfiler records an invalid profile


I record 4 seconds in 60 FPS (although any combination still gives the same issue)
The file html is really light (around 815 KB) compared to the working ones (around 1500 KB)

Roblox 0.692.0.6920844
Windows 10

A private message is associated with this bug report

Just noticed the same issue with dumping the client MicroProfiler

I was able to find what was causing the dumps to break

digging into the dump files I noticed that all of them had the same console error
Unexpected identifier 'addCurrency'
image
addCurrency is the name of a function on my codebase, and it is frequently profiled in the following format:
Stable:act "addCurrency"

I DISCOVERED that removing the quotes FIXED all issues I was having with the dumps
seemingly the dump file js can’t parse labels with quotes

Salutations!

Assigning this for investigation!
We’ll let you know once we get an update on this.

Thanks for your understanding and your patience.
Have a nice day!

Thanks for debugging this for us, we’re on it!

1 Like

I had this issue too!