diff options
author | Simon Marlow <simonmar@microsoft.com> | 2007-10-11 13:57:36 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2007-10-11 13:57:36 +0000 |
commit | 13359d474c482d4641cc0f54d81cb0423fd6ab75 (patch) | |
tree | cd58c73ee05bd8bfb2ca4e6cb7d3dc9a4c8b9ce2 /docs/users_guide/profiling.xml | |
parent | 1ed01a871030f05905a9595e4837dfffc087ef64 (diff) | |
download | haskell-13359d474c482d4641cc0f54d81cb0423fd6ab75.tar.gz |
mention what SCC stands for
Diffstat (limited to 'docs/users_guide/profiling.xml')
-rw-r--r-- | docs/users_guide/profiling.xml | 3 |
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><expression></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> |