From 43b746ac3988c75336405efc505765127096bb06 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 14 Nov 2006 11:35:42 +0000 Subject: [PATCH] Document new -L RTS flag --- docs/users_guide/profiling.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/users_guide/profiling.xml b/docs/users_guide/profiling.xml index a88c8bb..c30bd80 100644 --- a/docs/users_guide/profiling.xml +++ b/docs/users_guide/profiling.xml @@ -710,7 +710,7 @@ x = nfib 25 currently support mixing the and options. - There are two more options which relate to heap + There are three more options which relate to heap profiling: @@ -750,6 +750,19 @@ x = nfib 25 by closure description or type description. + + + + + RTS option + + + + Sets the maximum length of a cost-centre stack name in a + heap profile. Defaults to 25. + + + -- 1.7.10.4