Celtoys / Remotery

Single C file, Realtime CPU/GPU Profiler with Remote Web Viewer
Apache License 2.0
3.03k stars 255 forks source link

Dynamic samples not showing up the name #253

Open ruifig opened 6 months ago

ruifig commented 6 months ago

Hi Don,

I'm trying to use dynamic sample names, and the visualizer is not showing the names. E.g: image

I looked at Remotery's code and couldn't spot what's causing this. The string is hashed, and it's copied to a message, which I think then ends up in bin_SampleName. Up to that point I don't see anything wrong.

Maybe something wrong with the browser side?

dwilliamson commented 6 months ago

This is going to be a timing issue where the name eventually shows up, or a legitimate bug in the synchronisation.

Is this still a problem and does it get fixed if you close the browser tab and re-launch?