Skip to content

Commit

Permalink
typo: profivs -> profvis (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
HenningLorenzen-ext-bayer authored Oct 16, 2024
1 parent 5d398fd commit e44dc15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scaling-performance.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ I'll start by introducing the flame graph, the visualisation used for profiling,
Across programming languages, the most common tool used to visualise profiling data is the **flame graph**.
To help you understand it, I'm going to start by revisiting the basics of code execution, then build up progressively to the final visualisation.

To make the process concrete, we'll work with following code where I use `profivs::pause()` (more on that shortly) to indicate work being done:
To make the process concrete, we'll work with following code where I use `profvis::pause()` (more on that shortly) to indicate work being done:

```{r}
library(profvis)
Expand Down

0 comments on commit e44dc15

Please sign in to comment.