control-toolbox / control-toolbox/CTBenchmarks.jl
Profiler
Open
- Dominant language
- Julia
- Stars
- 14
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
cc @jbcaillau
```julia
using PProf
using Profile
# warm-start
...
Profile.Allocs.clear()
Profile.Allocs.@profile ...
# Export pprof allocation profile and open interactive profiling web interface.
PProf.Allocs.pprof()
```
Contributor guide
Assessment
This issue has not been assessed yet.