<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Python Line Profiler</title><link>http://www.bing.com:80/search?q=Python+Line+Profiler</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Python Line Profiler</title><link>http://www.bing.com:80/search?q=Python+Line+Profiler</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>line-profiler · PyPI</title><link>https://pypi.org/project/line-profiler/</link><description>line_profiler is a module for doing line-by-line profiling of functions. kernprof is a convenient script for running either line_profiler or the Python standard library’s cProfile or profile modules, depending on what is available.</description><pubDate>Sat, 20 Jun 2026 04:12:00 GMT</pubDate></item><item><title>GitHub - pyutils/line_profiler: Line-by-line profiling for Python</title><link>https://github.com/pyutils/line_profiler</link><description>line_profiler is a module for doing line-by-line profiling of functions. kernprof is a convenient script for running either line_profiler or the Python standard library's cProfile or profile modules, depending on what is available. They are available under a BSD license.</description><pubDate>Mon, 22 Jun 2026 15:37:00 GMT</pubDate></item><item><title>Line Profiler — line_profiler 5.0.2 documentation - Read the Docs</title><link>https://kernprof.readthedocs.io/en/latest/</link><description>Line Profiler Basic Usage To demonstrate line profiling, we first need to generate a Python script to profile. Write the following code to a file called demo_primes.py: from line_profiler import profile @profile def is_prime(n): ''' Check if the number "n" is prime, with n &gt; 1.</description><pubDate>Sun, 21 Jun 2026 17:32:00 GMT</pubDate></item><item><title>How can I profile Python code line-by-line? - Stack Overflow</title><link>https://stackoverflow.com/questions/3927628/how-can-i-profile-python-code-line-by-line</link><description>I've been using cProfile to profile my code, and it's been working great. I also use gprof2dot.py to visualize the results (makes it a little clearer). However, cProfile (and most other Python profilers I've seen so far) seem to only profile at the function-call level. This causes confusion when certain functions are called from different places - I have no idea if call #1 or call #2 is taking ...</description><pubDate>Sun, 21 Jun 2026 22:47:00 GMT</pubDate></item><item><title>line_profiler | Python Tools – Real Python</title><link>https://realpython.com/ref/tools/line-profiler/</link><description>line_profiler is a line-by-line performance profiler for Python that measures execution time for each line within selected functions and reports detailed timing statistics.</description><pubDate>Thu, 18 Jun 2026 10:34:00 GMT</pubDate></item><item><title>4.3. Profiling your code line-by-line with line_profiler</title><link>https://ipython-books.github.io/43-profiling-your-code-line-by-line-with-line_profiler/</link><description>Profiling your code line-by-line with line_profiler This is one of the 100+ free recipes of the IPython Cookbook, Second Edition, by Cyrille Rossant, a guide to numerical computing and data science in the Jupyter Notebook.</description><pubDate>Sat, 20 Jun 2026 10:03:00 GMT</pubDate></item><item><title>Releases: pyutils/line_profiler - GitHub</title><link>https://github.com/pyutils/line_profiler/releases</link><description>Line-by-line profiling for Python. Contribute to pyutils/line_profiler development by creating an account on GitHub.</description><pubDate>Wed, 28 Jan 2026 17:24:00 GMT</pubDate></item><item><title>pytest-line-profiler · PyPI</title><link>https://pypi.org/project/pytest-line-profiler/</link><description>Project description pytest-line-profiler line-by-line profiling for code executed by pytest, using line-profiler. Why? Line profiler is a wonderful tool to easily identify bottlenecks inside specific functions of your code, and quantify the improvements after a refactor.</description><pubDate>Mon, 22 Jun 2026 04:02:00 GMT</pubDate></item><item><title>Line Profiler — line_profiler 4.1.0 documentation - Read the Docs</title><link>https://kernprof.readthedocs.io/en/dev-docs/</link><description>Basic Usage To demonstrate line profiling, we first need to generate a Python script to profile. Write the following code to a file called demo_primes.py. from line_profiler import profile @profile def is_prime(n): ''' Check if the number "n" is prime, with n &gt; 1.</description><pubDate>Sun, 14 Jun 2026 06:42:00 GMT</pubDate></item><item><title>Performance Profiling &amp; Optimisation (Python): Line Level Profiling</title><link>https://rse.shef.ac.uk/pando-python/instructor/profiling-lines.html</link><description>line_profiler line_profiler is a line-level profiler which provides both text output and visualisation. It is not part of the Python standard library, and therefore must be installed via pip.</description><pubDate>Sun, 21 Jun 2026 12:25:00 GMT</pubDate></item></channel></rss>