summaryrefslogtreecommitdiff
path: root/docs/users_guide/profiling.rst
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-07-23 21:31:47 -0400
committerBen Gamari <ben@smart-cactus.org>2017-07-24 18:59:58 -0400
commit58b62d6b2bffcd31c0f3425330ff738f6ba37271 (patch)
treebe93809691f1ecadb9b0fd540a649e635cb18db6 /docs/users_guide/profiling.rst
parent0c04d7873fc3825b86e44c52e36ab9baca02c959 (diff)
downloadhaskell-58b62d6b2bffcd31c0f3425330ff738f6ba37271.tar.gz
users-guide: Eliminate some redundant index entries
Diffstat (limited to 'docs/users_guide/profiling.rst')
-rw-r--r--docs/users_guide/profiling.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/users_guide/profiling.rst b/docs/users_guide/profiling.rst
index 4107db2ebf..3d25e4699b 100644
--- a/docs/users_guide/profiling.rst
+++ b/docs/users_guide/profiling.rst
@@ -347,9 +347,6 @@ for all modules in a program.
.. ghc-flag:: -fprof-auto-calls
- .. index::
- single: -fprof-auto-calls
-
Adds an automatic ``SCC`` annotation to all *call sites*. This is
particularly useful when using profiling for the purposes of
generating stack traces; see the function :base-ref:`traceStack <Debug-Trace.html#traceShow>` in the
@@ -373,9 +370,6 @@ for all modules in a program.
.. ghc-flag:: -fno-prof-count-entries
- .. index::
- single: -fno-prof-count-entries
-
Tells GHC not to collect information about how often functions are
entered at runtime (the "entries" column of the time profile), for
this module. This tends to make the profiled code run faster, and