Graphical Python Profiler

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • py-spy

    Sampling profiler for Python programs

  • https://github.com/benfred/py-spy is also really nice, and has an actual oss license.

  • The license is a bit perplexing at https://gitlab.com/mbryant/functiontrace/-/blob/master/LICEN...

    It says it is licensed under Apache License 2.0, but also under "Prosperity Public License 3.0.0" which limits use for a commercial purpose to 30 days.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • pyinstrument

    šŸš“Ā Call stack profiler for Python. Shows you why your code is slow!

  • Is there something about the actual profiler that differs from existing tools like pyinstrument [1] or py-spy [2]? I know pyinstrument has various output options and I wonder if it could potentially output something readable by the Firefox Profiler tool.

    [1] : https://github.com/joerick/pyinstrument

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Minha jornada de otimizaĆ§Ć£o de uma aplicaĆ§Ć£o django

    5 projects | dev.to | 13 Mar 2024
  • Has anyone switched from numpy to Rust?

    1 project | /r/rust | 11 Mar 2023
  • Tales of serving ML models with low-latency

    1 project | /r/mlops | 4 Dec 2022
  • Profiling a Python library written in Rust (Maturin)

    2 projects | /r/learnrust | 25 Oct 2022
  • What are some python micro optimisations that you can/may *actually use* in your codebase?

    3 projects | /r/Python | 3 Jun 2022