Просмотр исходного кода

fix(Documentation/profiling): note about using the right binary

Brandon Philips 12 лет назад
Родитель
Сommit
444b5d329c
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      Documentation/profiling.md

+ 4 - 0
Documentation/profiling.md

@@ -3,6 +3,10 @@
 etcd exposes profiling information from the Go pprof package over HTTP.
 The basic browseable interface can be found at `http://127.0.0.1:4001/debug/pprof`.
 
+**NOTE**: In the following examples you need to ensure that the `./bin/etcd` is
+identical to the `./bin/etcd` that you are targetting (same git hash, arch,
+platform, etc).
+
 ### Heap memory profile
 
 ```