Y
Hacker News
new
|
ask
|
show
|
jobs
by
IshKebab
1607 days ago
It does if you're debugging performance issues.
2 comments
throw14082020
1607 days ago
If you need good performance to debug "performance issues" - lack of good performance - I don't think you will solve your problem.
link
IshKebab
1606 days 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.
link
jcranberry
1604 days ago
It can be very difficult to replicate a data race when using shared memory without decent performance when debugging.
link
pacificat0r
1607 days 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.
link