Skip to content

Commit

Permalink
Fix typo + add a link in docs (User Profiling) (#6263)
Browse files Browse the repository at this point in the history
  • Loading branch information
fohrloop authored Jan 23, 2024
1 parent 6c74148 commit 4cf0025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/how_to/profiling/profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Once enabled the launch profiler will profile each application separately and pr

## User profiling

In addition to profiling the launch step of an application it is often also important to get insight into the interactive performance of an application. For that reason Panel also provides the `pn.io.profile` decorator that can be added to any callback and will report the profiling results in the `/admin` panel. The `profile` helper takes to arguments, the name to record the profiling results under and the profiling `engine` to use.
In addition to profiling the launch step of an application it is often also important to get insight into the interactive performance of an application. For that reason Panel also provides the `pn.io.profile` decorator that can be added to any callback and will report the profiling results in the [`/admin` panel](../profiling/admin.html). The `profile` helper takes two arguments, the name to record the profiling results under and the profiling `engine` to use.

```python
@pn.io.profile('clustering', engine='snakeviz')
Expand Down

0 comments on commit 4cf0025

Please sign in to comment.