Open yuchting opened 2 hours ago
I used following code:
void ShowStat() { ZoneScoped; std::string s = "ShowStat"; s += std::to_string(rand()); ZoneName(s.c_str(), s.size()); // blabla.... }
I can search zone name by ZoneScopeN
but I cannot find zone by the name:
Is there anything I missed? Or just a Profiler's bug?
This is expected and documented behavior.
I used following code:
I can search zone name by ZoneScopeN
but I cannot find zone by the name:
Is there anything I missed? Or just a Profiler's bug?