|
|
@@ -279,7 +279,9 @@ The default profiler accepts the following options 'alloc' to profile
|
|
|
memory consumption by the application; 'time' to profile the time
|
|
|
spent on each routine; 'jit' to collect time spent JIT-compiling methods
|
|
|
and 'stat' to perform sample statistical profiling.
|
|
|
-If no options are provided the default is 'alloc,time,jit'. By default the
|
|
|
+If no options are provided the default is 'alloc,time,jit'.
|
|
|
+.PP
|
|
|
+By default the
|
|
|
profile data is printed to stdout: to change this, use the 'file=filename'
|
|
|
option to output the data to filename.
|
|
|
.Sp
|