/*
 * Copyright (c) 1993 by Sun Microsystems, Inc.
 */

#pragma ident	"@(#)gprof.callg.blurb	1.8	93/06/07 SMI"


call graph profile:
          The sum of self and descendents is the major sort
          for this listing.

          function entries:

index     the index of the function in the call graph
          listing, as an aid to locating it (see below).

%time     the percentage of the total time of the program
          accounted for by this function and its
          descendents.

self      the number of seconds spent in this function
          itself.

descendents
          the number of seconds spent in the descendents of
          this function on behalf of this function.

called    the number of times this function is called (other
          than recursive calls).

self      the number of times this function calls itself
          recursively.

name      the name of the function, with an indication of
          its membership in a cycle, if any.

index     the index of the function in the call graph
          listing, as an aid to locating it.



          parent listings:

self*     the number of seconds of this function's self time
          which is due to calls from this parent.

descendents*
          the number of seconds of this function's
          descendent time which is due to calls from this
          parent.

called**  the number of times this function is called by
          this parent.  This is the numerator of the
          fraction which divides up the function's time to
          its parents.

total*    the number of times this function was called by
          all of its parents.  This is the denominator of
          the propagation fraction.

parents   the name of this parent, with an indication of the
          parent's membership in a cycle, if any.

index     the index of this parent in the call graph
          listing, as an aid in locating it.



          children listings:

self*     the number of seconds of this child's self time
          which is due to being called by this function.

descendent*
          the number of seconds of this child's descendent's
          time which is due to being called by this
          function.

called**  the number of times this child is called by this
          function.  This is the numerator of the
          propagation fraction for this child.

total*    the number of times this child is called by all
          functions.  This is the denominator of the
          propagation fraction.

children  the name of this child, and an indication of its
          membership in a cycle, if any.

index     the index of this child in the call graph listing,
          as an aid to locating it.



          * these fields are omitted for parents (or
          children) in the same cycle as the function.  If
          the function (or child) is a member of a cycle,
          the propagated times and propagation denominator
          represent the self time and descendent time of the
          cycle as a whole.

          ** static-only parents and children are indicated
          by a call count of 0.



          cycle listings:
          the cycle as a whole is listed with the same
          fields as a function entry.  Below it are listed
          the members of the cycle, and their contributions
          to the time and call counts of the cycle.


granularity: each sample hit covers 4 byte(s) for 0.04% of 25.37 seconds

                                  called/total       parents 
index  %time    self descendents  called+self    name    	index
                                  called/total       children

                0.00       22.32       1/1           _start [2]
[1]     88.0    0.00       22.32       1         main [1]
                0.00       21.03      31/31          PR_CompileFile [3]
                0.00        0.93      32/32          LoadFile [18]
                0.03        0.18       1/1           WriteData [35]
                0.00        0.11       1/1           PR_WriteProgdefs [39]
                0.01        0.00       1/1           PR_FinishCompilation [77]
                0.00        0.01      33/44          printf [72]
                0.00        0.01      32/2084        sprintf [24]
                0.00        0.00       1/1           CopyFiles [86]
                0.00        0.00       1/15305       malloc [46]
                0.00        0.00       2/77445       strcpy [45]
                0.00        0.00      33/33          COM_Parse [95]
                0.00        0.00       4/8           CheckParm [99]
                0.00        0.00       1/1           strcat [109]
                0.00        0.00       1/1           InitData [104]
                0.00        0.00       1/1           PR_BeginCompilation [105]
                0.00        0.00       1/1           BspModels [102]

-----------------------------------------------

                                                     <spontaneous>
[2]     88.0    0.00       22.32                 _start [2]
                0.00       22.32       1/1           main [1]
                0.00        0.00       2/3           atexit [100]
                0.00        0.00       1/1           exit [106]

-----------------------------------------------

                0.00       21.03      31/31          main [1]
[3]     82.9    0.00       21.03      31         PR_CompileFile [3]
                0.14       20.89    2565/2565        PR_ParseDefs	<cycle 3> [12]
                0.00        0.00      31/73934       PR_Lex	<cycle 1> [17]
                0.00        0.00      31/7274        CopyString [58]
                0.00        0.00      31/15494       PR_NewLine [74]
                0.00        0.00    2565/2565        setjmp [90]
                0.00        0.00      31/31          PR_ClearGrabMacros [97]

-----------------------------------------------

[4]     82.9    0.14       20.89    2565+6860    <cycle 3 as a whole>	[4]
                0.08       15.77    4546+2835        PR_ParseStatement	<cycle 3> [5]
                0.05        2.69    2789             PR_ParseDefs	<cycle 3> [12]
                0.01        2.43    2090             PR_ParseImmediateStatements	<cycle 3> [13]

-----------------------------------------------

                                    2835             PR_ParseStatement	<cycle 3> [5]
                                    4546             PR_ParseImmediateStatements	<cycle 3> [13]
[5]     62.5    0.08       15.77    4546+2835    PR_ParseStatement	<cycle 3> [5]
                1.87       13.63    6299/6299        PR_Expression	<cycle 2> [15]
                0.01        0.23   10853/73934       PR_Lex	<cycle 1> [17]
                0.01        0.00    1821/20731       PR_Statement [37]
                0.01        0.00   11190/1122710     strcmp [19]
                                     224             PR_ParseDefs	<cycle 3> [12]
                                    2835             PR_ParseStatement	<cycle 3> [5]

-----------------------------------------------

[6]     61.1    1.87       13.63    6299+26299   <cycle 2 as a whole>	[6]
                0.05       13.09   18358             PR_Term	<cycle 2> [8]
                1.80        0.32   10889+87605       PR_Expression	<cycle 2> [15]
                0.02        0.22    3351             PR_ParseFunctionCall	<cycle 2> [34]

-----------------------------------------------

                                     444             PR_GetDef [7]
                0.08        0.01     119/18931       PR_ParseImmediateStatements	<cycle 3> [13]
                1.13        0.07    1610/18931       PR_ParseState [14]
                2.03        0.13    2891/18931       PR_ParseDefs	<cycle 3> [12]
               10.05        0.64   14311/18931       PR_ParseValue [9]
[7]     55.8   13.30        0.85   18931+444     PR_GetDef [7]
                0.67        0.00  842433/1122710     strcmp [19]
                0.00        0.13     444/2084        sprintf [24]
                0.00        0.03    6628/15305       malloc [46]
                0.01        0.00    3314/11178       _memset [51]
                0.00        0.00    3314/77445       strcpy [45]
                0.00        0.00    3314/622409      strlen [32]
                                     444             PR_GetDef [7]

-----------------------------------------------

                                   18358             PR_Expression	<cycle 2> [15]
[8]     51.8    0.05       13.09   18358         PR_Term	<cycle 2> [8]
                0.01       13.06   18083/18083       PR_ParseValue [9]
                0.00        0.01     410/73934       PR_Lex	<cycle 1> [17]
                0.00        0.00     140/20731       PR_Statement [37]
                0.00        0.00     410/1122710     strcmp [19]
                                     275             PR_Expression	<cycle 2> [15]

-----------------------------------------------

                0.01       13.06   18083/18083       PR_Term	<cycle 2> [8]
[9]     51.5    0.01       13.06   18083         PR_ParseValue [9]
               10.05        0.64   14311/18931       PR_GetDef [7]
                1.89        0.12    3772/5382        PR_ParseImmediate [11]
                0.02        0.35   14311/19076       PR_ParseName [29]

-----------------------------------------------

                                                     <spontaneous>
[10]    11.6    2.94        0.00                 internal_mcount [10]
                0.00        0.00       1/3           atexit [100]

-----------------------------------------------

                0.80        0.05    1610/5382        PR_ParseState [14]
                1.89        0.12    3772/5382        PR_ParseValue [9]
[11]    11.3    2.69        0.17    5382         PR_ParseImmediate [11]
                0.01        0.12    5382/73934       PR_Lex	<cycle 1> [17]
                0.03        0.00   39476/1122710     strcmp [19]
                0.01        0.00     957/1722        _memcpy [80]
                0.00        0.01     957/15305       malloc [46]
                0.00        0.00     665/7274        CopyString [58]

-----------------------------------------------

                                     224             PR_ParseStatement	<cycle 3> [5]
                0.14       20.89    2565/2565        PR_CompileFile [3]
[12]    10.8    0.05        2.69    2789         PR_ParseDefs	<cycle 3> [12]
                2.03        0.13    2891/18931       PR_GetDef [7]
                0.04        0.29    2789/2789        PR_ParseType [33]
                0.01        0.11    5279/73934       PR_Lex	<cycle 1> [17]
                0.00        0.07    2891/19076       PR_ParseName [29]
                0.00        0.00    2090/7274        CopyString [58]
                0.00        0.00    5130/1122710     strcmp [19]
                0.00        0.00     149/1722        _memcpy [80]
                                    2090             PR_ParseImmediateStatements	<cycle 3> [13]

-----------------------------------------------

                                    2090             PR_ParseDefs	<cycle 3> [12]
[13]     9.6    0.01        2.43    2090         PR_ParseImmediateStatements	<cycle 3> [13]
                0.00        2.18    1610/1610        PR_ParseState [14]
                0.01        0.12    5790/73934       PR_Lex	<cycle 1> [17]
                0.08        0.01     119/18931       PR_GetDef [7]
                0.01        0.00    2025/20731       PR_Statement [37]
                0.00        0.01    2090/15305       malloc [46]
                0.00        0.00    5725/1122710     strcmp [19]
                                    4546             PR_ParseStatement	<cycle 3> [5]

-----------------------------------------------

                0.00        2.18    1610/1610        PR_ParseImmediateStatements	<cycle 3> [13]
[14]     8.6    0.00        2.18    1610         PR_ParseState [14]
                1.13        0.07    1610/18931       PR_GetDef [7]
                0.80        0.05    1610/5382        PR_ParseImmediate [11]
                0.00        0.07    3220/73934       PR_Lex	<cycle 1> [17]
                0.00        0.04    1610/19076       PR_ParseName [29]
                0.01        0.00    1610/20731       PR_Statement [37]
                0.00        0.00    3220/1122710     strcmp [19]

-----------------------------------------------

                                   87605             PR_Expression	<cycle 2> [15]
                                     275             PR_Term	<cycle 2> [8]
                                    4315             PR_ParseFunctionCall	<cycle 2> [34]
                1.87       13.63    6299/6299        PR_ParseStatement	<cycle 3> [5]
[15]     8.4    1.80        0.32   10889+87605   PR_Expression	<cycle 2> [15]
                0.01        0.23   10820/73934       PR_Lex	<cycle 1> [17]
                0.03        0.02    7469/20731       PR_Statement [37]
                0.03        0.00   38457/1122710     strcmp [19]
                                   18358             PR_Term	<cycle 2> [8]
                                    3351             PR_ParseFunctionCall	<cycle 2> [34]
                                   87605             PR_Expression	<cycle 2> [15]

-----------------------------------------------

[16]     6.6    0.09        1.59   73934+2236    <cycle 1 as a whole>	[16]
                0.09        0.98   74248             PR_Lex	<cycle 1> [17]
                0.00        0.61    1922             PR_LexGrab	<cycle 1> [25]

-----------------------------------------------

                                     314             PR_LexGrab	<cycle 1> [25]
                0.00        0.00      31/73934       PR_CompileFile [3]
                0.00        0.01     410/73934       PR_Term	<cycle 2> [8]
                0.00        0.07    3220/73934       PR_ParseState [14]
                0.01        0.11    5276/73934       PR_ParseFunctionCall	<cycle 2> [34]
                0.01        0.11    5279/73934       PR_ParseDefs	<cycle 3> [12]
                0.01        0.12    5382/73934       PR_ParseImmediate [11]
                0.01        0.12    5790/73934       PR_ParseImmediateStatements	<cycle 3> [13]
                0.01        0.17    7797/73934       PR_ParseType [33]
                0.01        0.23   10820/73934       PR_Expression	<cycle 2> [15]
                0.01        0.23   10853/73934       PR_ParseStatement	<cycle 3> [5]
                0.02        0.41   19076/73934       PR_ParseName [29]
[17]     4.2    0.09        0.98   74248         PR_Lex	<cycle 1> [17]
                0.17        0.59   44141/44141       PR_LexPunctuation [21]
                0.08        0.01   74248/74881       PR_LexWhitespace [42]
                0.00        0.08    2432/3065        PR_LexNumber [41]
                0.02        0.00    1345/1345        PR_LexString [59]
                0.00        0.02     211/211         PR_LexVector [61]
                0.02        0.00   24166/24166       PR_LexName [63]
                                    1922             PR_LexGrab	<cycle 1> [25]

-----------------------------------------------

                0.00        0.93      32/32          main [1]
[18]     3.7    0.00        0.93      32         LoadFile [18]
                0.00        0.47      32/32          SafeRead [30]
                0.00        0.46      32/32          SafeOpenRead [31]
                0.00        0.00      32/32          SafeMalloc [87]
                0.00        0.00      32/32          filelength [96]
                0.00        0.00      32/35          _close [236]

-----------------------------------------------

                0.00        0.00     203/1122710     PR_WriteProgdefs [39]
                0.00        0.00     410/1122710     PR_Term	<cycle 2> [8]
                0.00        0.00    3220/1122710     PR_ParseState [14]
                0.00        0.00    5130/1122710     PR_ParseDefs	<cycle 3> [12]
                0.00        0.00    5186/1122710     PrecacheModel [84]
                0.00        0.00    5276/1122710     PR_ParseFunctionCall	<cycle 2> [34]
                0.00        0.00    5368/1122710     PrecacheFile [83]
                0.00        0.00    5725/1122710     PR_ParseImmediateStatements	<cycle 3> [13]
                0.00        0.00    6130/1122710     _localeconv_nolock [70]
                0.01        0.00   11190/1122710     PR_ParseStatement	<cycle 3> [5]
                0.01        0.00   11782/1122710     PR_LexGrab	<cycle 1> [25]
                0.02        0.00   19591/1122710     PR_ParseType [33]
                0.02        0.00   28365/1122710     PrecacheSound [49]
                0.03        0.00   38457/1122710     PR_Expression	<cycle 2> [15]
                0.03        0.00   39476/1122710     PR_ParseImmediate [11]
                0.08        0.00   94768/1122710     PR_FindMacro [26]
                0.67        0.00  842433/1122710     PR_GetDef [7]
[19]     3.5    0.89        0.00 1122710         strcmp [19]

-----------------------------------------------

                0.12        0.00       8/54          SafeWrite [38]
                0.69        0.00      46/54          _xflsbuf [22]
[20]     3.2    0.81        0.00      54         _write [20]

-----------------------------------------------

                0.17        0.59   44141/44141       PR_Lex	<cycle 1> [17]
[21]     3.0    0.17        0.59   44141         PR_LexPunctuation [21]
                0.35        0.00  592073/622409      strlen [32]
                0.19        0.00  592073/598606      strncmp [36]
                0.05        0.00   44141/77445       strcpy [45]

-----------------------------------------------

                0.00        0.03       2/46          _fflush_u [52]
                0.00        0.66      44/46          _doprnt [23]
[22]     2.7    0.00        0.69      46         _xflsbuf [22]
                0.69        0.00      46/54          _write [20]
                0.00        0.00      46/227         _realbufend [234]

-----------------------------------------------

                0.00        0.01      44/2264        printf [72]
                0.00        0.04     136/2264        _fprintf [50]
                0.01        0.62    2084/2264        sprintf [24]
[23]     2.7    0.01        0.67    2264         _doprnt [23]
                0.00        0.66      44/46          _xflsbuf [22]
                0.01        0.00     672/672         eucscol [76]
                0.00        0.00     616/1722        _memcpy [80]
                0.00        0.00     672/622409      strlen [32]
                0.00        0.00       2/3           _findbuf [88]
                0.00        0.00    2264/2444        _ferror_unlocked [233]
                0.00        0.00    1736/1736        .div [93]
                0.00        0.00     180/227         _realbufend [234]
                0.00        0.00      44/44          memchr [94]
                0.00        0.00       1/1           _xgetwidth [251]

-----------------------------------------------

                0.00        0.01      32/2084        main [1]
                0.00        0.13     444/2084        PR_GetDef [7]
                0.01        0.49    1608/2084        PR_FindMacro [26]
[24]     2.5    0.01        0.63    2084         sprintf [24]
                0.01        0.62    2084/2264        _doprnt [23]

-----------------------------------------------

                                    1922             PR_Lex	<cycle 1> [17]
[25]     2.4    0.00        0.61    1922         PR_LexGrab	<cycle 1> [25]
                0.03        0.57    1608/1608        PR_FindMacro [26]
                0.01        0.00   11782/1122710     strcmp [19]
                0.00        0.00     246/246         PR_ParseFrame [85]
                0.00        0.00    2090/3941        PR_SimpleGetToken [89]
                                     314             PR_Lex	<cycle 1> [17]

-----------------------------------------------

                0.03        0.57    1608/1608        PR_LexGrab	<cycle 1> [25]
[26]     2.4    0.03        0.57    1608         PR_FindMacro [26]
                0.01        0.49    1608/2084        sprintf [24]
                0.08        0.00   94768/1122710     strcmp [19]

-----------------------------------------------

                0.01        0.00       1/35          SafeOpenWrite [71]
                0.03        0.00       2/35          _endopen [56]
                0.46        0.00      32/35          SafeOpenRead [31]
[27]     2.0    0.50        0.00      35         _open [27]

-----------------------------------------------

                0.03        0.00       2/34          __filbuf [54]
                0.47        0.00      32/34          SafeRead [30]
[28]     2.0    0.50        0.00      34         _read [28]

-----------------------------------------------

                0.00        0.01     264/19076       PR_ParseType [33]
                0.00        0.04    1610/19076       PR_ParseState [14]
                0.00        0.07    2891/19076       PR_ParseDefs	<cycle 3> [12]
                0.02        0.35   14311/19076       PR_ParseValue [9]
[29]     1.9    0.02        0.46   19076         PR_ParseName [29]
                0.02        0.41   19076/73934       PR_Lex	<cycle 1> [17]
                0.02        0.00   19076/77445       strcpy [45]
                0.01        0.00   19076/622409      strlen [32]

-----------------------------------------------

                0.00        0.47      32/32          LoadFile [18]
[30]     1.9    0.00        0.47      32         SafeRead [30]
                0.47        0.00      32/34          _read [28]

-----------------------------------------------

                0.00        0.46      32/32          LoadFile [18]
[31]     1.8    0.00        0.46      32         SafeOpenRead [31]
                0.46        0.00      32/35          _open [27]

-----------------------------------------------

                0.00        0.00     672/622409      _doprnt [23]
                0.00        0.00    3314/622409      PR_GetDef [7]
                0.00        0.00    7274/622409      CopyString [58]
                0.01        0.00   19076/622409      PR_ParseName [29]
                0.35        0.00  592073/622409      PR_LexPunctuation [21]
[32]     1.5    0.37        0.00  622409         strlen [32]

-----------------------------------------------

                                     399             PR_ParseType [33]
                0.04        0.29    2789/2789        PR_ParseDefs	<cycle 3> [12]
[33]     1.3    0.04        0.29    2789+399     PR_ParseType [33]
                0.01        0.17    7797/73934       PR_Lex	<cycle 1> [17]
                0.08        0.00    2381/2381        PR_FindType [44]
                0.02        0.00   19591/1122710     strcmp [19]
                0.00        0.01     264/19076       PR_ParseName [29]
                0.01        0.00    2381/11178       _memset [51]
                0.00        0.00     264/77445       strcpy [45]
                                     399             PR_ParseType [33]

-----------------------------------------------

                                    3351             PR_Expression	<cycle 2> [15]
[34]     1.0    0.02        0.22    3351         PR_ParseFunctionCall	<cycle 2> [34]
                0.01        0.11    5276/73934       PR_Lex	<cycle 1> [17]
                0.03        0.02    7666/20731       PR_Statement [37]
                0.02        0.02     259/259         PrecacheSound [49]
                0.00        0.00     105/105         PrecacheFile [83]
                0.00        0.00     116/116         PrecacheModel [84]
                0.00        0.00    5276/1122710     strcmp [19]
                0.00        0.00    6533/598606      strncmp [36]
                                    4315             PR_Expression	<cycle 2> [15]

-----------------------------------------------

                0.03        0.18       1/1           main [1]
[35]     0.8    0.03        0.18       1         WriteData [35]
                0.00        0.12       8/8           SafeWrite [38]
                0.02        0.00   28401/28401       LittleLong [62]
                0.00        0.01       1/1           SafeOpenWrite [71]
                0.01        0.01    4488/7274        CopyString [58]
                0.01        0.00   91908/91908       LittleShort [73]
                0.00        0.00       8/44          printf [72]
                0.00        0.00       8/9           _lseek [238]
                0.00        0.00       1/35          _close [236]

-----------------------------------------------

                0.00        0.00    6533/598606      PR_ParseFunctionCall	<cycle 2> [34]
                0.19        0.00  592073/598606      PR_LexPunctuation [21]
[36]     0.7    0.19        0.00  598606         strncmp [36]

-----------------------------------------------

                0.00        0.00     140/20731       PR_Term	<cycle 2> [8]
                0.01        0.00    1610/20731       PR_ParseState [14]
                0.01        0.00    1821/20731       PR_ParseStatement	<cycle 3> [5]
                0.01        0.00    2025/20731       PR_ParseImmediateStatements	<cycle 3> [13]
                0.03        0.02    7469/20731       PR_Expression	<cycle 2> [15]
                0.03        0.02    7666/20731       PR_ParseFunctionCall	<cycle 2> [34]
[37]     0.5    0.08        0.04   20731         PR_Statement [37]
                0.00        0.03    5483/15305       malloc [46]
                0.01        0.00    5483/11178       _memset [51]

-----------------------------------------------

                0.00        0.12       8/8           WriteData [35]
[38]     0.5    0.00        0.12       8         SafeWrite [38]
                0.12        0.00       8/54          _write [20]

-----------------------------------------------

                0.00        0.11       1/1           main [1]
[39]     0.5    0.00        0.11       1         PR_WriteProgdefs [39]
                0.00        0.04     136/136         _fprintf [50]
                0.00        0.03    2428/2428        _getc_unlocked [53]
                0.00        0.03       2/2           fopen [55]
                0.00        0.01       2/2           fclose [67]
                0.00        0.00       1/44          printf [72]
                0.00        0.00     203/1122710     strcmp [19]
                0.00        0.00    2428/2428        fgetc [91]
                0.00        0.00    2427/2427        CRC_ProcessByte [92]
                0.00        0.00       1/1           CRC_Init [103]

-----------------------------------------------

                                                     <spontaneous>
[40]     0.4    0.10        0.00                 _sbrk_unlocked [40]

-----------------------------------------------

                0.00        0.02     633/3065        PR_LexVector [61]
                0.00        0.08    2432/3065        PR_Lex	<cycle 1> [17]
[41]     0.4    0.00        0.09    3065         PR_LexNumber [41]
                0.00        0.08    3065/3065        strtod [43]
                0.01        0.00    3065/3065        atof [75]

-----------------------------------------------

                0.00        0.00     633/74881       PR_LexVector [61]
                0.08        0.01   74248/74881       PR_Lex	<cycle 1> [17]
[42]     0.4    0.08        0.01   74881         PR_LexWhitespace [42]
                0.01        0.00   15463/15494       PR_NewLine [74]

-----------------------------------------------

                0.00        0.08    3065/3065        PR_LexNumber [41]
[43]     0.3    0.00        0.08    3065         strtod [43]
                0.04        0.02    3065/3065        _string_to_decimal [47]
                0.01        0.01    3065/3065        _decimal_to_double [64]
                0.00        0.00    3065/3065        _QgetRD [230]

-----------------------------------------------

                0.08        0.00    2381/2381        PR_ParseType [33]
[44]     0.3    0.08        0.00    2381         PR_FindType [44]
                0.00        0.00     112/15305       malloc [46]

-----------------------------------------------

                0.00        0.00       2/77445       main [1]
                0.00        0.00      95/77445       PrecacheModel [84]
                0.00        0.00     104/77445       PrecacheFile [83]
                0.00        0.00     225/77445       PrecacheSound [49]
                0.00        0.00     264/77445       PR_ParseType [33]
                0.00        0.00    1345/77445       PR_LexString [59]
                0.00        0.00    1605/77445       PR_ParseFrame [85]
                0.00        0.00    3314/77445       PR_GetDef [7]
                0.01        0.00    7274/77445       CopyString [58]
                0.02        0.00   19076/77445       PR_ParseName [29]
                0.05        0.00   44141/77445       PR_LexPunctuation [21]
[45]     0.3    0.08        0.00   77445         strcpy [45]

-----------------------------------------------

                0.00        0.00       1/15305       main [1]
                0.00        0.00       2/15305       _findbuf [88]
                0.00        0.00      32/15305       SafeMalloc [87]
                0.00        0.00     112/15305       PR_FindType [44]
                0.00        0.01     957/15305       PR_ParseImmediate [11]
                0.00        0.01    2090/15305       PR_ParseImmediateStatements	<cycle 3> [13]
                0.00        0.03    5483/15305       PR_Statement [37]
                0.00        0.03    6628/15305       PR_GetDef [7]
[46]     0.3    0.00        0.08   15305         malloc [46]
                0.01        0.05   15305/15513       _malloc_unlocked [48]
                0.02        0.00   13124/13124       _smalloc [60]
                0.00        0.00   15305/18570       _mutex_lock_stub [227]
                0.00        0.00   15305/18569       _mutex_unlock_stub [228]

-----------------------------------------------

                0.04        0.02    3065/3065        strtod [43]
[47]     0.3    0.04        0.02    3065         _string_to_decimal [47]
                0.01        0.01    3065/3065        localeconv [57]

-----------------------------------------------

                0.00        0.00     208/15513       _smalloc [60]
                0.01        0.05   15305/15513       malloc [46]
[48]     0.2    0.01        0.05   15513         _malloc_unlocked [48]
                0.02        0.00   15512/15512       cleanfree [65]
                0.02        0.00    2377/2377        realfree [66]
                0.00        0.01      97/97          _morecore [82]

-----------------------------------------------

                0.02        0.02     259/259         PR_ParseFunctionCall	<cycle 2> [34]
[49]     0.2    0.02        0.02     259         PrecacheSound [49]
                0.02        0.00   28365/1122710     strcmp [19]
                0.00        0.00     225/77445       strcpy [45]

-----------------------------------------------

                0.00        0.04     136/136         PR_WriteProgdefs [39]
[50]     0.2    0.00        0.04     136         _fprintf [50]
                0.00        0.04     136/2264        _doprnt [23]
                0.00        0.00     136/2444        _ferror_unlocked [233]

-----------------------------------------------

                0.01        0.00    2381/11178       PR_ParseType [33]
                0.01        0.00    3314/11178       PR_GetDef [7]
                0.01        0.00    5483/11178       PR_Statement [37]
[51]     0.1    0.03        0.00   11178         _memset [51]

-----------------------------------------------

                0.00        0.01       2/4           _fflush_u_iops [68]
                0.00        0.01       2/4           fclose [67]
[52]     0.1    0.00        0.03       4         _fflush_u [52]
                0.00        0.03       2/46          _xflsbuf [22]
                0.00        0.00       1/9           _lseek [238]

-----------------------------------------------

                0.00        0.03    2428/2428        PR_WriteProgdefs [39]
[53]     0.1    0.00        0.03    2428         _getc_unlocked [53]
                0.00        0.03       2/2           __filbuf [54]

-----------------------------------------------

                0.00        0.03       2/2           _getc_unlocked [53]
[54]     0.1    0.00        0.03       2         __filbuf [54]
                0.03        0.00       2/34          _read [28]
                0.00        0.00       1/3           _findbuf [88]
                0.00        0.00       1/227         _realbufend [234]

-----------------------------------------------

                0.00        0.03       2/2           PR_WriteProgdefs [39]
[55]     0.1    0.00        0.03       2         fopen [55]
                0.00        0.03       2/2           _endopen [56]
                0.00        0.00       2/2           _findiop [244]

-----------------------------------------------

                0.00        0.03       2/2           fopen [55]
[56]     0.1    0.00        0.03       2         _endopen [56]
                0.03        0.00       2/35          _open [27]

-----------------------------------------------

                0.01        0.01    3065/3065        _string_to_decimal [47]
[57]     0.1    0.01        0.01    3065         localeconv [57]
                0.01        0.00    3065/3065        _localeconv_nolock [70]
                0.00        0.00    3065/18570       _mutex_lock_stub [227]
                0.00        0.00    3065/18569       _mutex_unlock_stub [228]

-----------------------------------------------

                0.00        0.00      31/7274        PR_CompileFile [3]
                0.00        0.00     665/7274        PR_ParseImmediate [11]
                0.00        0.00    2090/7274        PR_ParseDefs	<cycle 3> [12]
                0.01        0.01    4488/7274        WriteData [35]
[58]     0.1    0.01        0.01    7274         CopyString [58]
                0.01        0.00    7274/77445       strcpy [45]
                0.00        0.00    7274/622409      strlen [32]

-----------------------------------------------

                0.02        0.00    1345/1345        PR_Lex	<cycle 1> [17]
[59]     0.1    0.02        0.00    1345         PR_LexString [59]
                0.00        0.00    1345/77445       strcpy [45]

-----------------------------------------------

                0.02        0.00   13124/13124       malloc [46]
[60]     0.1    0.02        0.00   13124         _smalloc [60]
                0.00        0.00     208/15513       _malloc_unlocked [48]

-----------------------------------------------

                0.00        0.02     211/211         PR_Lex	<cycle 1> [17]
[61]     0.1    0.00        0.02     211         PR_LexVector [61]
                0.00        0.02     633/3065        PR_LexNumber [41]
                0.00        0.00     633/74881       PR_LexWhitespace [42]

-----------------------------------------------

                0.02        0.00   28401/28401       WriteData [35]
[62]     0.1    0.02        0.00   28401         LittleLong [62]

-----------------------------------------------

                0.02        0.00   24166/24166       PR_Lex	<cycle 1> [17]
[63]     0.1    0.02        0.00   24166         PR_LexName [63]

-----------------------------------------------

                0.01        0.01    3065/3065        strtod [43]
[64]     0.1    0.01        0.01    3065         _decimal_to_double [64]
                0.00        0.01    2488/2488        __inrange_double [78]
                0.00        0.00     144/144         __base_conversion_set_exception [235]

-----------------------------------------------

                0.02        0.00   15512/15512       _malloc_unlocked [48]
[65]     0.1    0.02        0.00   15512         cleanfree [65]

-----------------------------------------------

                0.02        0.00    2377/2377        _malloc_unlocked [48]
[66]     0.1    0.02        0.00    2377         realfree [66]

-----------------------------------------------

                0.00        0.01       2/2           PR_WriteProgdefs [39]
[67]     0.1    0.00        0.01       2         fclose [67]
                0.00        0.01       2/4           _fflush_u [52]
                0.00        0.00       2/35          _close [236]
                0.00        0.00       2/18569       _mutex_unlock_stub [228]
                0.00        0.00       2/2           free [101]

-----------------------------------------------

                0.00        0.01       1/1           _fini [69]
[68]     0.1    0.00        0.01       1         _fflush_u_iops [68]
                0.00        0.01       2/4           _fflush_u [52]

-----------------------------------------------

                                                     <spontaneous>
[69]     0.1    0.00        0.01                 _fini [69]
                0.00        0.01       1/1           _fflush_u_iops [68]
                0.00        0.00       1/1           fflush [107]
                0.00        0.00       1/1           _cleanup [247]

-----------------------------------------------

                0.01        0.00    3065/3065        localeconv [57]
[70]     0.1    0.01        0.00    3065         _localeconv_nolock [70]
                0.00        0.00    6130/1122710     strcmp [19]
                0.00        0.00    3065/3074        _thr_main_stub [229]

-----------------------------------------------

                0.00        0.01       1/1           WriteData [35]
[71]     0.1    0.00        0.01       1         SafeOpenWrite [71]
                0.01        0.00       1/35          _open [27]
                0.00        0.00       1/1           _umask [250]

-----------------------------------------------

                0.00        0.00       1/44          PR_WriteProgdefs [39]
                0.00        0.00       2/44          CopyFiles [86]
                0.00        0.00       8/44          WriteData [35]
                0.00        0.01      33/44          main [1]
[72]     0.1    0.00        0.01      44         printf [72]
                0.00        0.01      44/2264        _doprnt [23]
                0.00        0.00      44/2444        _ferror_unlocked [233]

-----------------------------------------------

                0.01        0.00   91908/91908       WriteData [35]
[73]     0.0    0.01        0.00   91908         LittleShort [73]

-----------------------------------------------

                0.00        0.00      31/15494       PR_CompileFile [3]
                0.01        0.00   15463/15494       PR_LexWhitespace [42]
[74]     0.0    0.01        0.00   15494         PR_NewLine [74]

-----------------------------------------------

                0.01        0.00    3065/3065        PR_LexNumber [41]
[75]     0.0    0.01        0.00    3065         atof [75]

-----------------------------------------------

                0.01        0.00     672/672         _doprnt [23]
[76]     0.0    0.01        0.00     672         eucscol [76]

-----------------------------------------------

                0.01        0.00       1/1           main [1]
[77]     0.0    0.01        0.00       1         PR_FinishCompilation [77]

-----------------------------------------------

                0.00        0.01    2488/2488        _decimal_to_double [64]
[78]     0.0    0.00        0.01    2488         __inrange_double [78]
                0.01        0.00    2488/2488        __set_ieee_flags [79]
                0.00        0.00    2488/2488        __get_ieee_flags [232]
                0.00        0.00    2488/2488        __digits_to_double [231]

-----------------------------------------------

                0.01        0.00    2488/2488        __inrange_double [78]
[79]     0.0    0.01        0.00    2488         __set_ieee_flags [79]

-----------------------------------------------

                0.00        0.00     149/1722        PR_ParseDefs	<cycle 3> [12]
                0.00        0.00     616/1722        _doprnt [23]
                0.01        0.00     957/1722        PR_ParseImmediate [11]
[80]     0.0    0.01        0.00    1722         _memcpy [80]

-----------------------------------------------

                0.01        0.00     194/194         _morecore [82]
[81]     0.0    0.01        0.00     194         _sbrk [81]
                0.00        0.00     194/18570       _mutex_lock_stub [227]
                0.00        0.00     194/18569       _mutex_unlock_stub [228]

-----------------------------------------------

                0.00        0.01      97/97          _malloc_unlocked [48]
[82]     0.0    0.00        0.01      97         _morecore [82]
                0.01        0.00     194/194         _sbrk [81]

-----------------------------------------------

                0.00        0.00     105/105         PR_ParseFunctionCall	<cycle 2> [34]
[83]     0.0    0.00        0.00     105         PrecacheFile [83]
                0.00        0.00    5368/1122710     strcmp [19]
                0.00        0.00     104/77445       strcpy [45]

-----------------------------------------------

                0.00        0.00     116/116         PR_ParseFunctionCall	<cycle 2> [34]
[84]     0.0    0.00        0.00     116         PrecacheModel [84]
                0.00        0.00    5186/1122710     strcmp [19]
                0.00        0.00      95/77445       strcpy [45]

-----------------------------------------------

                0.00        0.00     246/246         PR_LexGrab	<cycle 1> [25]
[85]     0.0    0.00        0.00     246         PR_ParseFrame [85]
                0.00        0.00    1605/77445       strcpy [45]
                0.00        0.00    1851/3941        PR_SimpleGetToken [89]

-----------------------------------------------

                0.00        0.00       1/1           main [1]
[86]     0.0    0.00        0.00       1         CopyFiles [86]
                0.00        0.00       2/44          printf [72]
                0.00        0.00       3/8           CheckParm [99]

-----------------------------------------------

                0.00        0.00      32/32          LoadFile [18]
[87]     0.0    0.00        0.00      32         SafeMalloc [87]
                0.00        0.00      32/15305       malloc [46]

-----------------------------------------------

                0.00        0.00       1/3           __filbuf [54]
                0.00        0.00       2/3           _doprnt [23]
[88]     0.0    0.00        0.00       3         _findbuf [88]
                0.00        0.00       2/15305       malloc [46]
                0.00        0.00       4/4           _isatty [241]
                0.00        0.00       3/3           _setbufend [242]
                0.00        0.00       2/34          _fstat [237]

-----------------------------------------------

                0.00        0.00    1851/3941        PR_ParseFrame [85]
                0.00        0.00    2090/3941        PR_LexGrab	<cycle 1> [25]
[89]     0.0    0.00        0.00    3941         PR_SimpleGetToken [89]

-----------------------------------------------

                0.00        0.00    2565/2565        PR_CompileFile [3]
[90]     0.0    0.00        0.00    2565         setjmp [90]

-----------------------------------------------

                0.00        0.00    2428/2428        PR_WriteProgdefs [39]
[91]     0.0    0.00        0.00    2428         fgetc [91]

-----------------------------------------------

                0.00        0.00    2427/2427        PR_WriteProgdefs [39]
[92]     0.0    0.00        0.00    2427         CRC_ProcessByte [92]

-----------------------------------------------

                0.00        0.00    1736/1736        _doprnt [23]
[93]     0.0    0.00        0.00    1736         .div [93]

-----------------------------------------------

                0.00        0.00      44/44          _doprnt [23]
[94]     0.0    0.00        0.00      44         memchr [94]

-----------------------------------------------

                0.00        0.00      33/33          main [1]
[95]     0.0    0.00        0.00      33         COM_Parse [95]

-----------------------------------------------

                0.00        0.00      32/32          LoadFile [18]
[96]     0.0    0.00        0.00      32         filelength [96]
                0.00        0.00      32/34          _fstat [237]

-----------------------------------------------

                0.00        0.00      31/31          PR_CompileFile [3]
[97]     0.0    0.00        0.00      31         PR_ClearGrabMacros [97]

-----------------------------------------------

                0.00        0.00      15/15          CheckParm [99]
[98]     0.0    0.00        0.00      15         strcasecmp [98]

-----------------------------------------------

                0.00        0.00       1/8           BspModels [102]
                0.00        0.00       3/8           CopyFiles [86]
                0.00        0.00       4/8           main [1]
[99]     0.0    0.00        0.00       8         CheckParm [99]
                0.00        0.00      15/15          strcasecmp [98]

-----------------------------------------------

                0.00        0.00       1/3           internal_mcount [10]
                0.00        0.00       2/3           _start [2]
[100]    0.0    0.00        0.00       3         atexit [100]
                0.00        0.00       3/18570       _mutex_lock_stub [227]
                0.00        0.00       3/18569       _mutex_unlock_stub [228]

-----------------------------------------------

                0.00        0.00       2/2           fclose [67]
[101]    0.0    0.00        0.00       2         free [101]
                0.00        0.00       2/18570       _mutex_lock_stub [227]
                0.00        0.00       2/2           _free_unlocked [245]

-----------------------------------------------

                0.00        0.00       1/1           main [1]
[102]    0.0    0.00        0.00       1         BspModels [102]
                0.00        0.00       1/8           CheckParm [99]

-----------------------------------------------

                0.00        0.00       1/1           PR_WriteProgdefs [39]
[103]    0.0    0.00        0.00       1         CRC_Init [103]

-----------------------------------------------

                0.00        0.00       1/1           main [1]
[104]    0.0    0.00        0.00       1         InitData [104]

-----------------------------------------------

                0.00        0.00       1/1           main [1]
[105]    0.0    0.00        0.00       1         PR_BeginCompilation [105]

-----------------------------------------------

                0.00        0.00       1/1           _start [2]
[106]    0.0    0.00        0.00       1         exit [106]
                0.00        0.00       1/1           _exithandle [248]

-----------------------------------------------

                0.00        0.00       1/1           _fini [69]
[107]    0.0    0.00        0.00       1         fflush [107]

-----------------------------------------------

                0.00        0.00       1/1           _xgetwidth [251]
[108]    0.0    0.00        0.00       1         getwidth [108]

-----------------------------------------------

                0.00        0.00       1/1           main [1]
[109]    0.0    0.00        0.00       1         strcat [109]

-----------------------------------------------

                0.00        0.00       1/18570       _exithandle [248]
                0.00        0.00       2/18570       free [101]
                0.00        0.00       3/18570       atexit [100]
                0.00        0.00     194/18570       _sbrk [81]
                0.00        0.00    3065/18570       localeconv [57]
                0.00        0.00   15305/18570       malloc [46]
[227]    0.0    0.00        0.00   18570         _mutex_lock_stub [227]

-----------------------------------------------

                0.00        0.00       2/18569       fclose [67]
                0.00        0.00       3/18569       atexit [100]
                0.00        0.00     194/18569       _sbrk [81]
                0.00        0.00    3065/18569       localeconv [57]
                0.00        0.00   15305/18569       malloc [46]
[228]    0.0    0.00        0.00   18569         _mutex_unlock_stub [228]

-----------------------------------------------

                0.00        0.00       1/3074        _check_threaded [246]
                0.00        0.00       8/3074        ___errno [239]
                0.00        0.00    3065/3074        _localeconv_nolock [70]
[229]    0.0    0.00        0.00    3074         _thr_main_stub [229]

-----------------------------------------------

                0.00        0.00    3065/3065        strtod [43]
[230]    0.0    0.00        0.00    3065         _QgetRD [230]

-----------------------------------------------

                0.00        0.00    2488/2488        __inrange_double [78]
[231]    0.0    0.00        0.00    2488         __digits_to_double [231]

-----------------------------------------------

                0.00        0.00    2488/2488        __inrange_double [78]
[232]    0.0    0.00        0.00    2488         __get_ieee_flags [232]

-----------------------------------------------

                0.00        0.00      44/2444        printf [72]
                0.00        0.00     136/2444        _fprintf [50]
                0.00        0.00    2264/2444        _doprnt [23]
[233]    0.0    0.00        0.00    2444         _ferror_unlocked [233]

-----------------------------------------------

                0.00        0.00       1/227         __filbuf [54]
                0.00        0.00      46/227         _xflsbuf [22]
                0.00        0.00     180/227         _doprnt [23]
[234]    0.0    0.00        0.00     227         _realbufend [234]

-----------------------------------------------

                0.00        0.00     144/144         _decimal_to_double [64]
[235]    0.0    0.00        0.00     144         __base_conversion_set_exception [235]

-----------------------------------------------

                0.00        0.00       1/35          WriteData [35]
                0.00        0.00       2/35          fclose [67]
                0.00        0.00      32/35          LoadFile [18]
[236]    0.0    0.00        0.00      35         _close [236]

-----------------------------------------------

                0.00        0.00       2/34          _findbuf [88]
                0.00        0.00      32/34          filelength [96]
[237]    0.0    0.00        0.00      34         _fstat [237]

-----------------------------------------------

                0.00        0.00       1/9           _fflush_u [52]
                0.00        0.00       8/9           WriteData [35]
[238]    0.0    0.00        0.00       9         _lseek [238]

-----------------------------------------------

                0.00        0.00       2/8           _cerror [243]
                0.00        0.00       6/8           _isatty [241]
[239]    0.0    0.00        0.00       8         ___errno [239]
                0.00        0.00       8/3074        _thr_main_stub [229]

-----------------------------------------------

                0.00        0.00       4/4           _isatty [241]
[240]    0.0    0.00        0.00       4         _ioctl [240]

-----------------------------------------------

                0.00        0.00       4/4           _findbuf [88]
[241]    0.0    0.00        0.00       4         _isatty [241]
                0.00        0.00       6/8           ___errno [239]
                0.00        0.00       4/4           _ioctl [240]
                0.00        0.00       2/2           _cerror [243]

-----------------------------------------------

                0.00        0.00       3/3           _findbuf [88]
[242]    0.0    0.00        0.00       3         _setbufend [242]

-----------------------------------------------

                0.00        0.00       2/2           _isatty [241]
[243]    0.0    0.00        0.00       2         _cerror [243]
                0.00        0.00       2/8           ___errno [239]

-----------------------------------------------

                0.00        0.00       2/2           fopen [55]
[244]    0.0    0.00        0.00       2         _findiop [244]

-----------------------------------------------

                0.00        0.00       2/2           free [101]
[245]    0.0    0.00        0.00       2         _free_unlocked [245]

-----------------------------------------------

                0.00        0.00       1/1           _init [390]
[246]    0.0    0.00        0.00       1         _check_threaded [246]
                0.00        0.00       1/3074        _thr_main_stub [229]

-----------------------------------------------

                0.00        0.00       1/1           _fini [69]
[247]    0.0    0.00        0.00       1         _cleanup [247]

-----------------------------------------------

                0.00        0.00       1/1           exit [106]
[248]    0.0    0.00        0.00       1         _exithandle [248]
                0.00        0.00       1/18570       _mutex_lock_stub [227]

-----------------------------------------------

                0.00        0.00       1/1           moncontrol [182]
[249]    0.0    0.00        0.00       1         _profil [249]

-----------------------------------------------

                0.00        0.00       1/1           SafeOpenWrite [71]
[250]    0.0    0.00        0.00       1         _umask [250]

-----------------------------------------------

                0.00        0.00       1/1           _doprnt [23]
[251]    0.0    0.00        0.00       1         _xgetwidth [251]
                0.00        0.00       1/1           getwidth [108]

-----------------------------------------------


/*
 * Copyright (c) 1993 by Sun Microsystems, Inc.
 */

#pragma ident	"@(#)gprof.flat.blurb	1.8	93/06/07 SMI"


flat profile:

 %         the percentage of the total running time of the
time       program used by this function.

cumulative a running sum of the number of seconds accounted
 seconds   for by this function and those listed above it.

 self      the number of seconds accounted for by this
seconds    function alone.  This is the major sort for this
           listing.

calls      the number of times this function was invoked, if
           this function is profiled, else blank.
 
 self      the average number of milliseconds spent in this
ms/call    function per call, if this function is profiled,
	   else blank.

 total     the average number of milliseconds spent in this
ms/call    function and its descendents per call, if this 
	   function is profiled, else blank.

name       the name of the function.  This is the minor sort
           for this listing. The index shows the location of
	   the function in the gprof listing. If the index is
	   in parenthesis it shows where it would appear in
	   the gprof listing if it were to be printed.


granularity: each sample hit covers 4 byte(s) for 0.04% of 25.43 seconds

   %  cumulative    self              self    total          
 time   seconds   seconds    calls  ms/call  ms/call name    
 52.3      13.30    13.30    18931     0.70     0.75  PR_GetDef [7]
 11.6      16.24     2.94                            internal_mcount [10]
 10.6      18.93     2.69     5382     0.50     0.53  PR_ParseImmediate [11]
  7.1      20.73     1.80    10889     0.17     0.19  PR_Expression	<cycle 2> [15]
  3.5      21.62     0.89  1122710     0.00     0.00  strcmp [19]
  3.2      22.43     0.81       54    15.00    15.00  _write [20]
  2.0      22.93     0.50       35    14.29    14.29  _open [27]
  2.0      23.43     0.50       34    14.71    14.71  _read [28]
  1.5      23.80     0.37   622409     0.00     0.00  strlen [32]
  0.7      23.99     0.19   598606     0.00     0.00  strncmp [36]
  0.7      24.16     0.17    44141     0.00     0.02  PR_LexPunctuation [21]
  0.4      24.26     0.10                            _sbrk_unlocked [40]
  0.4      24.35     0.09    74248     0.00     0.01  PR_Lex	<cycle 1> [17]
  0.3      24.43     0.08    77445     0.00     0.00  strcpy [45]
  0.3      24.51     0.08    74881     0.00     0.00  PR_LexWhitespace [42]
  0.3      24.59     0.08    20731     0.00     0.01  PR_Statement [37]
  0.3      24.67     0.08     4546     0.02     3.49  PR_ParseStatement	<cycle 3> [5]
  0.3      24.75     0.08     2381     0.03     0.03  PR_FindType [44]
  0.2      24.81     0.06                            _mcount (398)
  0.2      24.86     0.05    18358     0.00     0.72  PR_Term	<cycle 2> [8]
  0.2      24.91     0.05     2789     0.02     0.98  PR_ParseDefs	<cycle 3> [12]
  0.2      24.95     0.04     3065     0.01     0.02  _string_to_decimal [47]
  0.2      24.99     0.04     2789     0.01     0.12  PR_ParseType [33]
  0.1      25.02     0.03    11178     0.00     0.00  _memset [51]
  0.1      25.05     0.03     1608     0.02     0.37  PR_FindMacro [26]
  0.1      25.08     0.03        1    30.00   210.18  WriteData [35]
  0.1      25.10     0.02    28401     0.00     0.00  LittleLong [62]
  0.1      25.12     0.02    24166     0.00     0.00  PR_LexName [63]
  0.1      25.14     0.02    19076     0.00     0.03  PR_ParseName [29]
  0.1      25.16     0.02    15512     0.00     0.00  cleanfree [65]
  0.1      25.18     0.02    13124     0.00     0.00  _smalloc [60]
  0.1      25.20     0.02     3351     0.01     0.07  PR_ParseFunctionCall	<cycle 2> [34]
  0.1      25.22     0.02     2377     0.01     0.01  realfree [66]
  0.1      25.24     0.02     1345     0.01     0.02  PR_LexString [59]
  0.1      25.26     0.02      259     0.08     0.16  PrecacheSound [49]
  0.0      25.27     0.01    91908     0.00     0.00  LittleShort [73]
  0.0      25.28     0.01    18083     0.00     0.72  PR_ParseValue [9]
  0.0      25.29     0.01    15513     0.00     0.00  _malloc_unlocked [48]
  0.0      25.30     0.01    15494     0.00     0.00  PR_NewLine [74]
  0.0      25.31     0.01     7274     0.00     0.00  CopyString [58]
  0.0      25.32     0.01     3065     0.00     0.01  _decimal_to_double [64]
  0.0      25.33     0.01     3065     0.00     0.00  _localeconv_nolock [70]
  0.0      25.34     0.01     3065     0.00     0.00  atof [75]
  0.0      25.35     0.01     3065     0.00     0.01  localeconv [57]
  0.0      25.36     0.01     2488     0.00     0.00  __set_ieee_flags [79]
  0.0      25.37     0.01     2264     0.00     0.30  _doprnt [23]
  0.0      25.38     0.01     2090     0.00     1.17  PR_ParseImmediateStatements	<cycle 3> [13]
  0.0      25.39     0.01     2084     0.00     0.31  sprintf [24]
  0.0      25.40     0.01     1722     0.01     0.01  _memcpy [80]
  0.0      25.41     0.01      672     0.01     0.01  eucscol [76]
  0.0      25.42     0.01      194     0.05     0.05  _sbrk [81]
  0.0      25.43     0.01        1    10.00    10.00  PR_FinishCompilation [77]
  0.0      25.43     0.00    18570     0.00     0.00  _mutex_lock_stub [227]
  0.0      25.43     0.00    18569     0.00     0.00  _mutex_unlock_stub [228]
  0.0      25.43     0.00    15305     0.00     0.01  malloc [46]
  0.0      25.43     0.00     3941     0.00     0.00  PR_SimpleGetToken [89]
  0.0      25.43     0.00     3074     0.00     0.00  _thr_main_stub [229]
  0.0      25.43     0.00     3065     0.00     0.03  PR_LexNumber [41]
  0.0      25.43     0.00     3065     0.00     0.00  _QgetRD [230]
  0.0      25.43     0.00     3065     0.00     0.03  strtod [43]
  0.0      25.43     0.00     2565     0.00     0.00  setjmp [90]
  0.0      25.43     0.00     2488     0.00     0.00  __digits_to_double [231]
  0.0      25.43     0.00     2488     0.00     0.00  __get_ieee_flags [232]
  0.0      25.43     0.00     2488     0.00     0.00  __inrange_double [78]
  0.0      25.43     0.00     2444     0.00     0.00  _ferror_unlocked [233]
  0.0      25.43     0.00     2428     0.00     0.01  _getc_unlocked [53]
  0.0      25.43     0.00     2428     0.00     0.00  fgetc [91]
  0.0      25.43     0.00     2427     0.00     0.00  CRC_ProcessByte [92]
  0.0      25.43     0.00     1922     0.00     0.32  PR_LexGrab	<cycle 1> [25]
  0.0      25.43     0.00     1736     0.00     0.00  .div [93]
  0.0      25.43     0.00     1610     0.00     1.36  PR_ParseState [14]
  0.0      25.43     0.00      246     0.00     0.01  PR_ParseFrame [85]
  0.0      25.43     0.00      227     0.00     0.00  _realbufend [234]
  0.0      25.43     0.00      211     0.00     0.10  PR_LexVector [61]
  0.0      25.43     0.00      144     0.00     0.00  __base_conversion_set_exception [235]
  0.0      25.43     0.00      136     0.00     0.30  _fprintf [50]
  0.0      25.43     0.00      116     0.00     0.04  PrecacheModel [84]
  0.0      25.43     0.00      105     0.00     0.04  PrecacheFile [83]
  0.0      25.43     0.00       97     0.00     0.10  _morecore [82]
  0.0      25.43     0.00       46     0.00    15.00  _xflsbuf [22]
  0.0      25.43     0.00       44     0.00     0.00  memchr [94]
  0.0      25.43     0.00       44     0.00     0.30  printf [72]
  0.0      25.43     0.00       35     0.00     0.00  _close [236]
  0.0      25.43     0.00       34     0.00     0.00  _fstat [237]
  0.0      25.43     0.00       33     0.00     0.00  COM_Parse [95]
  0.0      25.43     0.00       32     0.00    29.00  LoadFile [18]
  0.0      25.43     0.00       32     0.00     0.01  SafeMalloc [87]
  0.0      25.43     0.00       32     0.00    14.29  SafeOpenRead [31]
  0.0      25.43     0.00       32     0.00    14.71  SafeRead [30]
  0.0      25.43     0.00       32     0.00     0.00  filelength [96]
  0.0      25.43     0.00       31     0.00     0.00  PR_ClearGrabMacros [97]
  0.0      25.43     0.00       31     0.00   678.45  PR_CompileFile [3]
  0.0      25.43     0.00       15     0.00     0.00  strcasecmp [98]
  0.0      25.43     0.00        9     0.00     0.00  _lseek [238]
  0.0      25.43     0.00        8     0.00     0.00  CheckParm [99]
  0.0      25.43     0.00        8     0.00    15.00  SafeWrite [38]
  0.0      25.43     0.00        8     0.00     0.00  ___errno [239]
  0.0      25.43     0.00        4     0.00     7.50  _fflush_u [52]
  0.0      25.43     0.00        4     0.00     0.00  _ioctl [240]
  0.0      25.43     0.00        4     0.00     0.00  _isatty [241]
  0.0      25.43     0.00        3     0.00     0.00  _findbuf [88]
  0.0      25.43     0.00        3     0.00     0.00  _setbufend [242]
  0.0      25.43     0.00        3     0.00     0.00  atexit [100]
  0.0      25.43     0.00        2     0.00    14.71  __filbuf [54]
  0.0      25.43     0.00        2     0.00     0.00  _cerror [243]
  0.0      25.43     0.00        2     0.00    14.29  _endopen [56]
  0.0      25.43     0.00        2     0.00     0.00  _findiop [244]
  0.0      25.43     0.00        2     0.00     0.00  _free_unlocked [245]
  0.0      25.43     0.00        2     0.00     7.50  fclose [67]
  0.0      25.43     0.00        2     0.00    14.29  fopen [55]
  0.0      25.43     0.00        2     0.00     0.00  free [101]
  0.0      25.43     0.00        1     0.00     0.00  BspModels [102]
  0.0      25.43     0.00        1     0.00     0.00  CRC_Init [103]
  0.0      25.43     0.00        1     0.00     0.60  CopyFiles [86]
  0.0      25.43     0.00        1     0.00     0.00  InitData [104]
  0.0      25.43     0.00        1     0.00     0.00  PR_BeginCompilation [105]
  0.0      25.43     0.00        1     0.00   114.54  PR_WriteProgdefs [39]
  0.0      25.43     0.00        1     0.00    14.29  SafeOpenWrite [71]
  0.0      25.43     0.00        1     0.00     0.00  _check_threaded [246]
  0.0      25.43     0.00        1     0.00     0.00  _cleanup [247]
  0.0      25.43     0.00        1     0.00     0.00  _exithandle [248]
  0.0      25.43     0.00        1     0.00    15.00  _fflush_u_iops [68]
  0.0      25.43     0.00        1     0.00     0.00  _profil [249]
  0.0      25.43     0.00        1     0.00     0.00  _umask [250]
  0.0      25.43     0.00        1     0.00     0.00  _xgetwidth [251]
  0.0      25.43     0.00        1     0.00     0.00  exit [106]
  0.0      25.43     0.00        1     0.00     0.00  fflush [107]
  0.0      25.43     0.00        1     0.00     0.00  getwidth [108]
  0.0      25.43     0.00        1     0.00 22315.00  main [1]
  0.0      25.43     0.00        1     0.00     0.00  strcat [109]

Index by function name

  [93] .div                 [49] PrecacheSound        [28] _read              
 [102] BspModels            [87] SafeMalloc          [234] _realbufend        
  [95] COM_Parse            [31] SafeOpenRead         [81] _sbrk              
 [103] CRC_Init             [71] SafeOpenWrite        [40] _sbrk_unlocked     
  [92] CRC_ProcessByte      [30] SafeRead            [242] _setbufend         
  [99] CheckParm            [38] SafeWrite            [60] _smalloc           
  [86] CopyFiles            [35] WriteData            [47] _string_to_decimal 
  [58] CopyString          [230] _QgetRD             [229] _thr_main_stub     
 [104] InitData            [239] ___errno            [250] _umask             
  [62] LittleLong          [235] __base_conversion_s  [20] _write             
  [73] LittleShort         [231] __digits_to_double   [22] _xflsbuf           
  [18] LoadFile             [54] __filbuf            [251] _xgetwidth         
 [105] PR_BeginCompilation [232] __get_ieee_flags    [100] atexit             
  [97] PR_ClearGrabMacros   [78] __inrange_double     [75] atof               
   [3] PR_CompileFile       [79] __set_ieee_flags     [65] cleanfree          
  [15] PR_Expression       [243] _cerror              [76] eucscol            
  [26] PR_FindMacro        [246] _check_threaded     [106] exit               
  [44] PR_FindType         [247] _cleanup             [67] fclose             
  [77] PR_FinishCompilatio [236] _close              [107] fflush             
   [7] PR_GetDef            [64] _decimal_to_double   [91] fgetc              
  [17] PR_Lex               [23] _doprnt              [96] filelength         
  [25] PR_LexGrab           [56] _endopen             [55] fopen              
  [63] PR_LexName          [248] _exithandle         [101] free               
  [41] PR_LexNumber        [233] _ferror_unlocked    [108] getwidth           
  [21] PR_LexPunctuation    [52] _fflush_u            [10] internal_mcount    
  [59] PR_LexString         [68] _fflush_u_iops       [57] localeconv         
  [61] PR_LexVector         [88] _findbuf              [1] main               
  [42] PR_LexWhitespace    [244] _findiop             [46] malloc             
  [74] PR_NewLine           [50] _fprintf             [94] memchr             
  [12] PR_ParseDefs        [245] _free_unlocked       [72] printf             
  [85] PR_ParseFrame       [237] _fstat               [66] realfree           
  [34] PR_ParseFunctionCal  [53] _getc_unlocked       [90] setjmp             
  [11] PR_ParseImmediate   [240] _ioctl               [24] sprintf            
  [13] PR_ParseImmediateSt [241] _isatty              [98] strcasecmp         
  [29] PR_ParseName         [70] _localeconv_nolock  [109] strcat             
  [14] PR_ParseState       [238] _lseek               [19] strcmp             
   [5] PR_ParseStatement    [48] _malloc_unlocked     [45] strcpy             
  [33] PR_ParseType        (398) _mcount              [32] strlen             
   [9] PR_ParseValue        [80] _memcpy              [36] strncmp            
  [89] PR_SimpleGetToken    [51] _memset              [43] strtod             
  [37] PR_Statement         [82] _morecore            [16] <cycle 1>          
   [8] PR_Term             [227] _mutex_lock_stub      [6] <cycle 2>          
  [39] PR_WriteProgdefs    [228] _mutex_unlock_stub    [4] <cycle 3>          
  [83] PrecacheFile         [27] _open              
  [84] PrecacheModel       [249] _profil            
