Can you recommend a function call logging tool?

This page summarizes the projects mentioned and recommended in the original post on /r/Python

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
  • log_calls

    Debugging and profiling decorator that prints or logs caller name(s), args+values, execution time, and more. Eliminates reams of boilerplate code.

  • See the readme.md starting here: https://github.com/Twangist/log_calls#settings-as-a-dict and continuing to the discussion of NO_DECO, in particular "Use `NO_DECO=True` for production".

  • pyinstrument

    🚴 Call stack profiler for Python. Shows you why your code is slow!

  • Although meant for profiling, pyinstrument does this quite well and has a tree viz. I'd not recommend turning it on in production though since the overhead is non-trivial.

  • 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
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

  • How to profile an asynchronous FastAPI server

    1 project | /r/Python | 9 Aug 2023
  • How to expand to full traceback

    1 project | /r/vscode | 11 Jul 2023
  • DRF Performance (How bad is this code?)

    1 project | /r/django | 10 Apr 2023
  • Profiling async code with pyinstrument 4.0

    1 project | /r/Python | 27 Jul 2021
  • (How to) profile python code?

    4 projects | /r/learnpython | 21 Aug 2021