GeistHaus
log in · sign up

GitHub - jrfonseca/gprof2dot: Converts profiling output to a dot graph.

github.com

Converts profiling output to a dot graph. Contribute to jrfonseca/gprof2dot development by creating an account on GitHub.

14 pages link to this URL
Performance Engineering

For Parallel Applications

0 inbound links website en linux-perfScreencastMPIProfilerPythonDebugging ToolsHPCPerformance Tools
Summary Of Python Profiling Tools – Part I - Performance Engineering

If you are working in the area of scientific computing, in academia or industry, most likely you are using Python in some form. Traditionally Python is described as slow when it comes to performance and there are number of discussions about speed compared to native C/C++ applications 1 2. The goal of this post is […]

1 inbound link article en ProfilerPython
How to Profile Your Python Script/Module

In my previous post, I shared how to profile a single function using line_profiler. In this post, I want to share how to profile Python script/module and visualize the profile stat to pinpoint the slow part of the code.

0 inbound links article en Posts profiling
Профайлинг нагруженных Python-программ: печальная история со счастливым концом

Профилирование - это первое, что должно приходить в голову, когда у нас встаёт вопрос производительности приложения. Если грамотно провести профилирование приложения, то суть проблем произвдительности становится намного понятнее, и фиксы можно создавать уже более осмысленно.

0 inbound links article ru