Skip to content

Commit 7224d3f

Browse files
Site changes [skip-ci]
1 parent 857e57c commit 7224d3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manuals/profiling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ The *Structure* section shows sizes based on how resources are organized in the
112112
## External tools
113113
In addition to the built-in tools, there is a wide range of free high quality tracing and profiling tools available. Here is a selection:
114114

115-
`ProFi` (Lua)
116-
: We do not ship any built-in Lua profiler but there are external libraries that are easy enough to use. To find where your scripts spend time, either insert time measures in your code yourself, or use a Lua profiling library like [`ProFi`](https://github.com/jgrahamc/ProFi).
115+
ProFi (Lua)
116+
: We do not ship any built-in Lua profiler but there are external libraries that are easy enough to use. To find where your scripts spend time, either insert time measures in your code yourself, or use a Lua profiling library like [ProFi](https://github.com/jgrahamc/ProFi).
117117

118118
Note that pure Lua profilers add quite a lot of overhead with each hook they install. For this reason you should be a bit wary of the timing profiles you get from such a tool. Counting profiles are accurate enough though.
119119

0 commit comments

Comments
 (0)