ChristianKurz / StatProfilerHTML.jl

Show Julia profiling data in an explorable HTML page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StatProfilerHTML

This module formats the output from Julia's Profile module into an html rendering of the source function lines and functions, allowing for interactive exploration of any bottlenecks that may exist in your code.

Have a look at this example output, which is the result of profiling

using MultivariatePolynomials
@polyvar x y z
@profile (x + y + z)^120;

This module contains a fork of the rendering part of Mattia Barbon and Steffen Müller's excellent Devel::StatProfiler, which is a statistical profiler for Perl. It depends on Text::MicroTemplate, which for convenience, we ship as part of this bundle.

About

Show Julia profiling data in an explorable HTML page

License:Other


Languages

Language:Perl 87.4%Language:JavaScript 10.5%Language:Julia 1.2%Language:CSS 0.8%Language:Perl 6 0.1%