About 2,180,000 results
Open links in new tab
  1. Scalene: a Python CPU+GPU+memory profiler with AI-powered ... - GitHub

    Scalene separates out the percentage of memory consumed by Python code vs. native code. Scalene produces per-line memory profiles. Scalene identifies lines with likely memory leaks.

  2. user interface - Is there a visual profiler for Python ... - Stack Overflow

    Jul 31, 2010 · I'm looking for a visual tool that shows me what my Python code is doing in terms of CPU time and memory allocation. Some examples from the Java world are visualvm and …

  3. Profiling in Python: How to Find Performance Bottlenecks

    Software profiling is the process of collecting and analyzing various metrics of a running program to identify performance bottlenecks known as hot spots.

  4. Scalene - Visual Studio Marketplace

    Scalene is a high-performance CPU, GPU and memory profiler for Python that does a number of things that other Python profilers do not and cannot do. It runs orders of magnitude faster than …

  5. Run profiler to measure Python code performance - Visual Studio ...

    Apr 18, 2024 · Visual Studio provides profiling features for Python applications when you debug your code. The Visual Studio Debugger lets you step through your code to check variables, …

  6. How I set up VSCode for Python (tests, coverage, profiling)

    Jan 7, 2021 · Profile as pr: run_script with open ('profiling_stats.txt', 'w') as stream: stats = Stats (pr, stream = stream) stats. strip_dirs stats. sort_stats ('time') stats. dump_stats ('.prof_stats') …

  7. performance - How do I profile a Python script? - Stack Overflow

    Mar 13, 2016 · Python includes a profiler called cProfile. It not only gives the total running time, but also times each function separately, and tells you how many times each function was …

  8. Profiling · microsoft/vscode-python Wiki - GitHub

    Mar 18, 2021 · Get the .cpuprofile file from the user. They can get that file by following this instructions. Get the extension version the user used, either from the VS Code marketplace, …

  9. Python Profiling vscode With Example - Digital Design Journal

    Sep 5, 2023 · Learn how to optimize your Python code efficiently by profiling it in Visual Studio Code (VSCode).

  10. Python in Visual Studio Code

    Working with Python in Visual Studio Code, using the Microsoft Python extension, is simple, fun, and productive. The extension makes VS Code an excellent Python editor, and works on any …

  11. Some results have been removed