#profiling

[ follow ]
fromInfoQ
1 day ago

Improved Application Insights Code Optimizations Identify .NET Performance Bottlenecks Automatically

Code Optimizations is an AI-based service running on Azure Application Insights that uses telemetry gathered by the Application Insights Profiler for .NET to analyse runtime behaviour, find performance bottlenecks down to individual methods, and provide actionable suggestions. Developers can view aggregated data over time (defaulting to a rolling 24‑hour window, with history up to 30 days) for their production and non-production environments.
Software development
Python
fromRealpython
2 weeks ago

Profiling Performance in Python Quiz - Real Python

Use profiling and benchmarking tools like cProfile and timeit to identify hotspots and optimize Python code performance, comparing deterministic and statistical approaches.
Python
fromRealpython
2 months ago

Episode #257: Comparing Real-World Python Performance Against Big O - The Real Python Podcast

Real-world performance of algorithms often contradicts Big O expectations, with profiling revealing significant discrepancies.
[ Load more ]