control-toolbox / control-toolbox/CTBenchmarks.jl

Profiler

Open
#32 0 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.