1 parent d30caa8 commit f382d96Copy full SHA for f382d96
1 file changed
docs/vmprof.rst
@@ -191,7 +191,7 @@ As most statistical profilers, the core idea is to have a signal handler which
191
periodically inspects and dumps the stack of the running program: the most
192
frequently executed parts of the code will be dumped more often, and the
193
post-processing and visualization tools have the chance to show the end user
194
-usueful info about the behavior of the profiled program. This is the very same
+useful info about the behavior of the profiled program. This is the very same
195
approach used e.g. by `gperftools`_.
196
197
However, when profiling an interpreter such as CPython, inspecting the C stack
0 commit comments