From 6f2398d122325e4beea189c832668251ca36ad2a Mon Sep 17 00:00:00 2001 From: dHannasch Date: Thu, 19 Nov 2020 22:13:23 -0700 Subject: [PATCH] Fix lint crash (title underline too short) (#12193) --- doc/source/profiling.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/profiling.rst b/doc/source/profiling.rst index 32a024d86..2b7d4638f 100644 --- a/doc/source/profiling.rst +++ b/doc/source/profiling.rst @@ -4,7 +4,7 @@ Profiling for Ray Developers This document details, for Ray developers, how to analyze Ray performance. Getting a stack trace of Ray C++ processes ----------------------------------------- +------------------------------------------ You can use the following GDB command to view the current stack trace of any running Ray process (e.g., raylet). This can be useful for debugging 100% CPU