- Notifications
You must be signed in to change notification settings - Fork14
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
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Build Status | Test coverage |
---|---|
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:
- call
statprofilehtml()
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
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors11
Uh oh!
There was an error while loading.Please reload this page.