Adding custom info visible in the Profiler?

Hi all, I was wondering if anyone found a way to add custom data (like a simple string) into the recorded Profiler.
I’m basically looking for a method to flag game-logic related information onto the profiler, like “at this frame I’m loading that scene additionally”, or “at this frame my root is awakening” and so on.

I’m already aware of things like:
Profiling.Profiler.BeginSample or Profiling.CustomSampler.Create
but that’s not very helpful to me as I just need to flag one specific frame to clearly know what’s going on when I’m scrubbing in the Profiler window (ie. on a recorded .raw file).

Thank you !

1 Like

Hi!
This is not possible at the moment. But the feature you are requesting is on our backlog.