This site has been retired. For up to date information, see handbook.gnome.org or gitlab.gnome.org.


[Home] [TitleIndex] [WordIndex

Profiling PyGObject

Setup

General vpath build setup with jhbuild shell (x86_64):

Devise a simple script to profile (myproftest.py):

Python Profile

Use cProfile and kcachegrind (via pyprof2calltree):

C Extension (callgrind)

C Extension (gperftools)

Google PerfTools https://code.google.com/p/gperftools


2024-10-23 11:37