Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Show Julia profiling data in an explorable HTML page

License

NotificationsYou must be signed in to change notification settings

tkluck/StatProfilerHTML.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build StatusTest coverage
Coverage Status

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

There's two ways of using this:

  • callstatprofilehtml() after running the julia profiler in the normal way; or
  • use the@profilehtml macro.

Have a lookat this example output, whichis the result of profiling

using StatProfilerHTMLusing TypedPolynomials@polyvar x y z@profilehtml (x + y + z)^120;

About

Show Julia profiling data in an explorable HTML page

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors11


[8]ページ先頭

©2009-2025 Movatter.jp