bombomby / optick

C++ Profiler For Games
https://optick.dev
MIT License
2.92k stars 293 forks source link

Auto-captured function name is not trimmed correctly #118

Open bombomby opened 3 years ago

bombomby commented 3 years ago

Optick should trim auto-captured functoin name and remove calling convention, return type and function parameters, however in this particular case "void __cdecl KRG::Render::StaticMeshRenderer::RenderStatic(...)" it didn't. https://twitter.com/Bobby_Anguelov/status/1325232735896694784 image