StatProfilerHTML.jl:在可浏览HTML页面中显示Julia分析数据 源码
StatProfilerHTML 建立状态 测试范围 该模块将来自Julia的Profile模块的输出格式化为源函数行和函数的html呈现,从而允许交互式探究代码中可能存在的任何瓶颈。 有两种使用方法: 以正常方式运行julia profiler后,调用statprofilehtml() ; 要么 使用@profilehtml宏。 看,它是分析的结果 using StatProfilerHTML using TypedPolynomials @polyvar x y z @profilehtml (x + y + z)^120;
文件列表
StatProfilerHTML_jl-master.zip
(预估有个24文件)
StatProfilerHTML.jl-master
Project.toml
571B
.gitignore
211B
.codecov.yml
15B
src
StatProfilerHTML.jl
991B
Reports.jl
4KB
HTML.jl
2KB
LICENSE.md
34KB
.travis.yml
250B
暂无评论