❔ Isolate parts of code that are taking up too much time
How do you isolate, down to maybe individual loops and functions, what part of your code is taking up the most time with the debug tool in Visual Studio? I have a funciton thats taking up a hundred milliseconds that should definitely not be taking up that long and I can't figure out why.
4 Replies
my CPU and memory are fine which surprised me, it just is simply taking a ton of time to do anything and I can't isolate what is the worst offender
a profiler
what does your method do
ProgressOneMonth
doesn't really describe what's happening
well, it does, but not that specific which makes me assume it does moreWas this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.