diff options
author | John Wilkins <john.wilkins@inktank.com> | 2013-10-22 13:22:17 -0700 |
---|---|---|
committer | John Wilkins <john.wilkins@inktank.com> | 2013-10-22 13:22:17 -0700 |
commit | 8a36503879fd4577bb69dab594deac1055190654 (patch) | |
tree | 1bdbb94cbf2dc2360d19ef37e6b1ea6259303ce1 | |
parent | 06ec0f67079f906cbf3b09d91755d6a6e86351b0 (diff) | |
download | ceph-8a36503879fd4577bb69dab594deac1055190654.tar.gz |
doc: Moved CPU Profiler docs to dev.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r-- | doc/dev/cpu-profiler.rst (renamed from doc/install/cpu-profiler.rst) | 0 | ||||
-rw-r--r-- | doc/rados/troubleshooting/cpu-profiling.rst | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/cpu-profiler.rst b/doc/dev/cpu-profiler.rst index d7a77feb88c..d7a77feb88c 100644 --- a/doc/install/cpu-profiler.rst +++ b/doc/dev/cpu-profiler.rst diff --git a/doc/rados/troubleshooting/cpu-profiling.rst b/doc/rados/troubleshooting/cpu-profiling.rst index e46c5cab594..159f7998dcb 100644 --- a/doc/rados/troubleshooting/cpu-profiling.rst +++ b/doc/rados/troubleshooting/cpu-profiling.rst @@ -64,4 +64,4 @@ To reset ``oprofile``, execute the following command:: you do not commingle results from different tests. .. _oprofile: http://oprofile.sourceforge.net/about/ -.. _Installing Oprofile: ../../../install/cpu-profiler +.. _Installing Oprofile: ../../../dev/cpu-profiler |