Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
IshKebab
4y ago
0 comments
Share
It does if you're debugging performance issues.
0 comments
default
newest
oldest
throw14082020
4y ago
If you need good performance to debug "performance issues" - lack of good performance - I don't think you will solve your problem.
IshKebab
OP
4y ago
I'm not.sure what you're saying. You need good performance in your debugging tools to debug performance in your main app, otherwise when you enable the debugging tools they will dominate any measurements.
jcranberry
4y ago
It can be very difficult to replicate a data race when using shared memory without decent performance when debugging.
pacificat0r
4y ago
You can easily tag imgui update/render times in profiling sessions. Then they are isolated from the rest of the work that's happening.
j
/
k
navigate · click thread line to collapse