summaryrefslogtreecommitdiff
path: root/docs/users_guide/profiling.xml
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2007-10-11 13:57:36 +0000
committerSimon Marlow <simonmar@microsoft.com>2007-10-11 13:57:36 +0000
commit13359d474c482d4641cc0f54d81cb0423fd6ab75 (patch)
treecd58c73ee05bd8bfb2ca4e6cb7d3dc9a4c8b9ce2 /docs/users_guide/profiling.xml
parent1ed01a871030f05905a9595e4837dfffc087ef64 (diff)
downloadhaskell-13359d474c482d4641cc0f54d81cb0423fd6ab75.tar.gz
mention what SCC stands for
Diffstat (limited to 'docs/users_guide/profiling.xml')
-rw-r--r--docs/users_guide/profiling.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/users_guide/profiling.xml b/docs/users_guide/profiling.xml
index d93080c5e1..d55cfd9702 100644
--- a/docs/users_guide/profiling.xml
+++ b/docs/users_guide/profiling.xml
@@ -261,7 +261,8 @@ MAIN MAIN 0 0.0 0.0 100.0 100.0
in the profiling output, and
<literal>&lt;expression&gt;</literal> is any Haskell
expression. An <literal>SCC</literal> annotation extends as
- far to the right as possible when parsing.</para>
+ far to the right as possible when parsing. (SCC stands for "Set
+ Cost Centre").</para>
</sect2>