summaryrefslogtreecommitdiff
path: root/research/flossing/external/julia-1.6.7/share/julia/stdlib/v1.6/Profile/docs/src/index.md
blob: ac60bb92cb5ed864b4a67205f5d225f3f23a086e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# [Profiling](@id lib-profiling)

```@docs
Profile.@profile
```

The methods in `Profile` are not exported and need to be called e.g. as `Profile.print()`.

```@docs
Profile.clear
Profile.print
Profile.init
Profile.fetch
Profile.retrieve
Profile.callers
Profile.clear_malloc_data
```