Skip to main content
Ctrl+K
Felix' Wobsite - Home
  • shorts
  • Administration
  • AI
  • Android
  • Apps
  • Basics
  • Docker
  • Games
  • Home Assistant
    • Junk
    • PostgreSQL
    • Python
    • Vim
  • shorts
  • Administration
  • AI
  • Android
  • Apps
  • Basics
  • Docker
  • Games
  • Home Assistant
  • Junk
  • PostgreSQL
  • Python
  • Vim

Recent Posts

  • Grafana + PostgreSQL = ♥️
  • Typst
  • Tuxedo InfinityBook Pro 14 Gen9
  • USV PowerWalker Basic VI 650 SB
  • USB Backup mit cryptsetup verschlüsselt

Tags

  • ai
  • architecture
  • baby
  • bet
  • bmw
  • caddy
  • draft
  • gitlab
  • grafana
  • hardware
  • howto
  • kaputt
  • linux
  • networking
  • postgres
  • python
  • security
  • shopping
  • shorts
  • til
  • tools
  • uncategorized
  • vim
  • wip

Archives

  • 2025 (5)
  • 2024 (30)
  • 2023 (21)
  • 2022 (3)

Languages

  • Deutsch (6)
  • English (53)
  • Python
  • Profiling

Profiling#

  • profile and visualize: https://code.google.com/p/jrfonseca/wiki/Gprof2Dot#python_profile

    I prefer xdot:

    wajig install xdot
    gprof2dot.py -f pstats output.pstats > out.dot
    xdot out.dot
    
  • http://docs.python.org/2/library/profile.html

previous

Processes

next

Unicode

© Copyright Felix Hummel.

Created using Sphinx 8.0.2.

Built with the PyData Sphinx Theme 0.15.4.