{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "[Sven Kreiss](https://www.svenkreiss.com/), 2020\n", "\n", "# Profile" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Profile Decoder" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "tags": [] }, "outputs": [], "source": [ "!python -m openpifpaf.predict coco/000000081988.jpg --no-download-progress --debug --profile-decoder" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "!flameprof profile_decoder.prof > profile_decoder_flame.svg" ] }, { "cell_type": "markdown", "metadata": { "tags": [] }, "source": [ "![decoder flame graph](profile_decoder_flame.svg)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "There is a second output that is generated from the Autograd Profiler. This can only be viewed in the Chrome browser: \n", "* open `chrome://tracing`\n", "* click \"Load\" in the top left corner\n", "* select `decoder_profile.1.json`" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "python3", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": 3 } }, "nbformat": 4, "nbformat_minor": 2 }