This file is indexed.

/usr/share/freemat/help/text/profiler.mdc is in freemat-help 4.0-5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PROFILER PROFILER Control Profiling

Usage

The profile function allows you to control the FreeMat profiler.
It has two modes of operation.  The first is to enable-disable
the profiler.  To turn on profiling:

  profiler on

to turn off profiling, use

  profiler off

Note that regardless of the state of the profiler, only functions
and scripts are profiled.  Commands entered on the command line
are not profiled.  To see information that has accumulated in a
profile, you use the variant of the command:

  profiler list symbol1 symbol2 ...

where symbol1, symbol2 are the functions or scripts on which
profiling information is desired.  If you want to see current profile
status issue a profile command with no arguments.

   profiler