this post was submitted on 22 Jun 2023
26 points (100.0% liked)
Programming
13368 readers
1 users here now
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
My work hilariously doesn't have very good debugging support (mostly just for unit tests), but excellent profiling support even for prod, so I use profiling a ton but debuggers are less useful, due to only being able to use them in fake environments.
What granularity of profiling are you doing in prod?