{ "cells": [ { "cell_type": "markdown", "id": "0", "metadata": {}, "source": [ "# Distributed profiling and energy measurements with perun" ] }, { "cell_type": "markdown", "id": "1", "metadata": {}, "source": [ "How to locate performance issues on your distributed application, and fix them, in three steps:\n", "\n", "1. Find the problematic/slow function in your code.\n", "2. Gather statistics and data about the slow function.\n", "3. Fix it!\n", "\n", "---\n", "\n", "