aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Kirienko <pavel.kirienko@gmail.com>2015-01-17 03:06:41 +0300
committerLorenz Meier <lm@inf.ethz.ch>2015-01-21 14:54:23 +0100
commit647163d6fa4761b0799e073bae8ea368a986b4fe (patch)
tree697e1f9c00d8c6918847c392ecdc587993c8fe94
parentf158c8270b7572b3f3384a52cb6f6c51ecd7ec57 (diff)
downloadpx4-firmware-647163d6fa4761b0799e073bae8ea368a986b4fe.tar.gz
px4-firmware-647163d6fa4761b0799e073bae8ea368a986b4fe.tar.bz2
px4-firmware-647163d6fa4761b0799e073bae8ea368a986b4fe.zip
Profiler - header comment fix
-rwxr-xr-xDebug/poor-mans-profiler.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/Debug/poor-mans-profiler.sh b/Debug/poor-mans-profiler.sh
index 89ff4f424..63dba562a 100755
--- a/Debug/poor-mans-profiler.sh
+++ b/Debug/poor-mans-profiler.sh
@@ -2,9 +2,7 @@
#
# Poor man's sampling profiler for NuttX.
#
-# The stack folding script was inspired by stackcollapse-gdb.pl from the FlameGraph project.
-#
-# Usage: Install flamegraph.pl in your PATH, define the variables below, configure your .gdbinit, run the script and go
+# Usage: Install flamegraph.pl in your PATH, configure your .gdbinit, run the script with proper arguments and go
# have a coffee. When you're back, you'll see the flamegraph. Note that frequent calls to GDB significantly
# interfere with normal operation of the target, which means that you can't profile real-time tasks with it.
#