diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/debugging.texi | 1 | ||||
| -rw-r--r-- | doc/lispref/edebug.texi | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/lispref/debugging.texi b/doc/lispref/debugging.texi index 2b5f64827c4..bb022e4516a 100644 --- a/doc/lispref/debugging.texi +++ b/doc/lispref/debugging.texi | |||
| @@ -918,6 +918,7 @@ be cleaner to combine them. | |||
| 918 | @section Profiling | 918 | @section Profiling |
| 919 | @cindex profiling | 919 | @cindex profiling |
| 920 | @cindex profile | 920 | @cindex profile |
| 921 | @cindex performance analysis | ||
| 921 | @cindex measuring resource usage | 922 | @cindex measuring resource usage |
| 922 | @cindex memory usage | 923 | @cindex memory usage |
| 923 | 924 | ||
diff --git a/doc/lispref/edebug.texi b/doc/lispref/edebug.texi index 39430deb48e..b58f8aaa4f4 100644 --- a/doc/lispref/edebug.texi +++ b/doc/lispref/edebug.texi | |||
| @@ -898,7 +898,7 @@ lines inserted. | |||
| 898 | 898 | ||
| 899 | @cindex coverage testing (Edebug) | 899 | @cindex coverage testing (Edebug) |
| 900 | @cindex frequency counts | 900 | @cindex frequency counts |
| 901 | @cindex performance analysis | 901 | @cindex performance analysis (Edebug) |
| 902 | Edebug provides rudimentary coverage testing and display of execution | 902 | Edebug provides rudimentary coverage testing and display of execution |
| 903 | frequency. | 903 | frequency. |
| 904 | 904 | ||