home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-02-22 | 47.6 KB | 1,046 lines |
-
-
-
- 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 3.85% of 0.41 seconds
-
- called/total parents
- index %time self descendents called+self name index
- called/total children
-
- <spontaneous>
- [1] 37.8 0.00 0.15 start [1]
- 0.00 0.15 1/1 _main [2]
-
- -----------------------------------------------
-
- 0.00 0.15 1/1 start [1]
- [2] 37.8 0.00 0.15 1 _main [2]
- 0.02 0.06 15/15 _get_process_info [3]
- 0.00 0.03 1/1 _machine_init [8]
- 0.00 0.02 210/210 _u_process [13]
- 0.00 0.02 225/225 _format_next_process [17]
- 0.00 0.00 1/3 _getenv [27]
- 0.00 0.00 1/1 _init_termcap [28]
- 0.00 0.00 14/14 _u_memory [30]
- 0.00 0.00 15/15 _i_process [31]
- 0.00 0.00 15/269 _memset [25]
- 0.00 0.00 14/14 _u_cpustates [32]
- 0.00 0.00 14/14 _u_loadave [33]
- 0.00 0.00 15/15 _i_timeofday [34]
- 0.00 0.00 1/1 _i_loadave [35]
- 0.00 0.00 1/1 _z_cpustates [36]
- 0.00 0.00 1/1 _i_procstates [37]
- 0.00 0.00 16/19 _fflush [641]
- 0.00 0.00 15/15 _get_system_info [644]
- 0.00 0.00 15/15 _time [651]
- 0.00 0.00 15/15 _u_endscreen [652]
- 0.00 0.00 15/15 _select [650]
- 0.00 0.00 14/14 _u_procstates [657]
- 0.00 0.00 14/14 _u_message [656]
- 0.00 0.00 14/14 _u_header [655]
- 0.00 0.00 4/4 _signal [661]
- 0.00 0.00 3/3 _clear_message [662]
- 0.00 0.00 2/1357 _read [624]
- 0.00 0.00 2/2 _strchr [668]
- 0.00 0.00 1/1 _setbuffer [690]
- 0.00 0.00 1/1 _strrchr [695]
- 0.00 0.00 1/1 _getopt [681]
- 0.00 0.00 1/1 _format_header [679]
- 0.00 0.00 1/1 _display_init [676]
- 0.00 0.00 1/1 _display_header [675]
- 0.00 0.00 1/1 _sigblock [692]
- 0.00 0.00 1/1 _init_screen [685]
- 0.00 0.00 1/1 _sigsetmask [693]
- 0.00 0.00 1/1 _setjmp [691]
- 0.00 0.00 1/1 _i_memory [684]
- 0.00 0.00 1/15 _i_message [647]
- 0.00 0.00 1/1 _i_header [683]
- 0.00 0.00 1/1 _quit [688]
- 0.00 0.00 1/1 _new_message [687]
- 0.00 0.00 1/1 _readline [689]
-
- -----------------------------------------------
-
- 0.02 0.06 15/15 _main [2]
- [3] 19.4 0.02 0.06 15 _get_process_info [3]
- 0.00 0.05 840/840 _thread_stats [5]
- 0.00 0.02 840/840 _task_stats [15]
- 0.00 0.00 15/269 _memset [25]
- 0.00 0.00 855/1353 _getkval [625]
- 0.00 0.00 15/15 _qsort [649]
-
- -----------------------------------------------
-
- <spontaneous>
- [4] 15.4 0.06 0.00 __doprnt [4]
-
- -----------------------------------------------
-
- 0.00 0.05 840/840 _get_process_info [3]
- [5] 11.5 0.00 0.05 840 _thread_stats [5]
- 0.03 0.00 1395/1395 _thread_info [7]
- 0.02 0.00 840/840 _task_threads [16]
- 0.00 0.00 840/1680 _task_by_unix_pid [623]
- 0.00 0.00 840/840 _vm_deallocate [628]
-
- -----------------------------------------------
-
- <spontaneous>
- [6] 7.7 0.03 0.00 rcopy [6]
-
- -----------------------------------------------
-
- 0.03 0.00 1395/1395 _thread_stats [5]
- [7] 7.7 0.03 0.00 1395 _thread_info [7]
-
- -----------------------------------------------
-
- 0.00 0.03 1/1 _main [2]
- [8] 7.7 0.00 0.03 1 _machine_init [8]
- 0.03 0.00 1/1 _nlist [9]
- 0.00 0.00 3/1353 _getkval [625]
- 0.00 0.00 2/2 _open [667]
- 0.00 0.00 2/6 _malloc [658]
- 0.00 0.00 1/1 _getpagesize [682]
-
- -----------------------------------------------
-
- 0.03 0.00 1/1 _machine_init [8]
- [9] 7.7 0.03 0.00 1 _nlist [9]
-
- -----------------------------------------------
-
- <spontaneous>
- [10] 7.7 0.03 0.00 __malloc_fork_prepare [10]
-
- -----------------------------------------------
-
- <spontaneous>
- [11] 7.7 0.03 0.00 _proc_compare [11]
-
- -----------------------------------------------
-
- 0.00 0.00 14/224 _u_memory [30]
- 0.00 0.02 210/224 _u_process [13]
- [12] 4.8 0.00 0.02 224 _line_update [12]
- 0.01 0.00 224/269 _memset [25]
- 0.01 0.00 567/691 _printf [26]
-
- -----------------------------------------------
-
- 0.00 0.02 210/210 _main [2]
- [13] 4.5 0.00 0.02 210 _u_process [13]
- 0.00 0.02 210/224 _line_update [12]
-
- -----------------------------------------------
-
- 0.02 0.00 840/840 _task_stats [15]
- [14] 3.8 0.02 0.00 840 _task_info [14]
-
- -----------------------------------------------
-
- 0.00 0.02 840/840 _get_process_info [3]
- [15] 3.8 0.00 0.02 840 _task_stats [15]
- 0.02 0.00 840/840 _task_info [14]
- 0.00 0.00 840/1680 _task_by_unix_pid [623]
-
- -----------------------------------------------
-
- 0.02 0.00 840/840 _thread_stats [5]
- [16] 3.8 0.02 0.00 840 _task_threads [16]
-
- -----------------------------------------------
-
- 0.00 0.02 225/225 _main [2]
- [17] 3.8 0.00 0.02 225 _format_next_process [17]
- 0.02 0.00 225/225 _getu [18]
- 0.00 0.00 450/450 _format_k [632]
- 0.00 0.00 225/908 _strcpy [627]
- 0.00 0.00 225/225 _strcat [637]
- 0.00 0.00 225/225 _printable [636]
- 0.00 0.00 225/225 _format_time [635]
- 0.00 0.00 225/225 _username [638]
- 0.00 0.00 225/451 _sprintf [631]
-
- -----------------------------------------------
-
- 0.02 0.00 225/225 _format_next_process [17]
- [18] 3.8 0.02 0.00 225 _getu [18]
- 0.00 0.00 450/1353 _getkval [625]
- 0.00 0.00 225/225 _bcopy [634]
- 0.00 0.00 225/908 _strcpy [627]
- 0.00 0.00 225/228 _strlen [633]
-
- -----------------------------------------------
-
- <spontaneous>
- [19] 3.8 0.02 0.00 _itoa7 [19]
-
- -----------------------------------------------
-
- <spontaneous>
- [20] 3.8 0.02 0.00 _monsetup [20]
-
- -----------------------------------------------
-
- <spontaneous>
- [21] 3.8 0.02 0.00 _msg_rpc [21]
-
- -----------------------------------------------
-
- <spontaneous>
- [22] 3.8 0.02 0.00 _msg_rpc_trap [22]
-
- -----------------------------------------------
-
- <spontaneous>
- [23] 3.8 0.02 0.00 _qst [23]
-
- -----------------------------------------------
-
- <spontaneous>
- [24] 3.8 0.02 0.00 _task_resume [24]
-
- -----------------------------------------------
-
- 0.00 0.00 15/269 _main [2]
- 0.00 0.00 15/269 _i_process [31]
- 0.00 0.00 15/269 _get_process_info [3]
- 0.01 0.00 224/269 _line_update [12]
- [25] 3.8 0.02 0.00 269 _memset [25]
-
- -----------------------------------------------
-
- 0.00 0.00 1/691 _i_procstates [37]
- 0.00 0.00 5/691 _i_loadave [35]
- 0.00 0.00 5/691 _z_cpustates [36]
- 0.00 0.00 15/691 _i_timeofday [34]
- 0.00 0.00 42/691 _u_loadave [33]
- 0.00 0.00 56/691 _u_cpustates [32]
- 0.01 0.00 567/691 _line_update [12]
- [26] 1.9 0.01 0.00 691 _printf [26]
-
- -----------------------------------------------
-
- 0.00 0.00 1/3 _main [2]
- 0.00 0.00 1/3 _init_termcap [28]
- 0.00 0.00 1/3 _tgetent [29]
- [27] 1.9 0.01 0.00 3 _getenv [27]
-
- -----------------------------------------------
-
- 0.00 0.00 1/1 _main [2]
- [28] 0.6 0.00 0.00 1 _init_termcap [28]
- 0.00 0.00 1/3 _getenv [27]
- 0.00 0.00 1/908 _strcpy [627]
- 0.00 0.00 1/1 _get_screensize [680]
- 0.00 0.00 1/5 _ioctl [659]
-
- -----------------------------------------------
-
- <spontaneous>
- [29] 0.6 0.00 0.00 _tgetent [29]
- 0.00 0.00 1/3 _getenv [27]
- 0.00 0.00 1/908 _strcpy [627]
-
- -----------------------------------------------
-
- 0.00 0.00 14/14 _main [2]
- [30] 0.3 0.00 0.00 14 _u_memory [30]
- 0.00 0.00 14/224 _line_update [12]
- 0.00 0.00 14/16 _summary_format [642]
-
- -----------------------------------------------
-
- 0.00 0.00 15/15 _main [2]
- [31] 0.2 0.00 0.00 15 _i_process [31]
- 0.00 0.00 15/269 _memset [25]
- 0.00 0.00 15/20 _fputs [640]
- 0.00 0.00 15/679 _strecpy [629]
-
- -----------------------------------------------
-
- 0.00 0.00 14/14 _main [2]
- [32] 0.2 0.00 0.00 14 _u_cpustates [32]
- 0.00 0.00 56/691 _printf [26]
-
- -----------------------------------------------
-
- 0.00 0.00 14/14 _main [2]
- [33] 0.1 0.00 0.00 14 _u_loadave [33]
- 0.00 0.00 42/691 _printf [26]
-
- -----------------------------------------------
-
- 0.00 0.00 15/15 _main [2]
- [34] 0.0 0.00 0.00 15 _i_timeofday [34]
- 0.00 0.00 15/691 _printf [26]
- 0.00 0.00 15/15 _ctime [643]
-
- -----------------------------------------------
-
- 0.00 0.00 1/1 _main [2]
- [35] 0.0 0.00 0.00 1 _i_loadave [35]
- 0.00 0.00 5/691 _printf [26]
- 0.00 0.00 1/1 _clear [673]
-
- -----------------------------------------------
-
- 0.00 0.00 1/1 _main [2]
- [36] 0.0 0.00 0.00 1 _z_cpustates [36]
- 0.00 0.00 5/691 _printf [26]
-
- -----------------------------------------------
-
- 0.00 0.00 1/1 _main [2]
- [37] 0.0 0.00 0.00 1 _i_procstates [37]
- 0.00 0.00 1/691 _printf [26]
- 0.00 0.00 1/1 _digits [674]
- 0.00 0.00 1/16 _summary_format [642]
- 0.00 0.00 1/20 _fputs [640]
- 0.00 0.00 1/1 _memmove [686]
-
- -----------------------------------------------
-
- 0.00 0.00 3441/3441 _tputs [3252]
- [622] 0.0 0.00 0.00 3441 _putstdout [622]
- 0.00 0.00 1/1 __flsbuf [671]
-
- -----------------------------------------------
-
- 0.00 0.00 840/1680 _thread_stats [5]
- 0.00 0.00 840/1680 _task_stats [15]
- [623] 0.0 0.00 0.00 1680 _task_by_unix_pid [623]
-
- -----------------------------------------------
-
- 0.00 0.00 2/1357 _main [2]
- 0.00 0.00 2/1357 _readline [689]
- 0.00 0.00 1353/1357 _getkval [625]
- [624] 0.0 0.00 0.00 1357 _read [624]
-
- -----------------------------------------------
-
- 0.00 0.00 3/1353 _machine_init [8]
- 0.00 0.00 45/1353 _get_system_info [644]
- 0.00 0.00 450/1353 _getu [18]
- 0.00 0.00 855/1353 _get_process_info [3]
- [625] 0.0 0.00 0.00 1353 _getkval [625]
- 0.00 0.00 1353/1353 _lseek [626]
- 0.00 0.00 1353/1357 _read [624]
-
- -----------------------------------------------
-
- 0.00 0.00 1353/1353 _getkval [625]
- [626] 0.0 0.00 0.00 1353 _lseek [626]
-
- -----------------------------------------------
-
- 0.00 0.00 1/908 _init_termcap [28]
- 0.00 0.00 1/908 _get_screensize [680]
- 0.00 0.00 1/908 _tgetent [29]
- 0.00 0.00 225/908 _format_next_process [17]
- 0.00 0.00 225/908 _getu [18]
- 0.00 0.00 455/908 _tgoto [3224]
- [627] 0.0 0.00 0.00 908 _strcpy [627]
-
- -----------------------------------------------
-
- 0.00 0.00 840/840 _thread_stats [5]
- [628] 0.0 0.00 0.00 840 _vm_deallocate [628]
-
- -----------------------------------------------
-
- 0.00 0.00 15/679 _i_process [31]
- 0.00 0.00 214/679 _summary_format [642]
- 0.00 0.00 450/679 _format_k [632]
- [629] 0.0 0.00 0.00 679 _strecpy [629]
-
- -----------------------------------------------
-
- 0.00 0.00 107/557 _summary_format [642]
- 0.00 0.00 450/557 _format_k [632]
- [630] 0.0 0.00 0.00 557 _itoa [630]
-
- -----------------------------------------------
-
- 0.00 0.00 1/451 _new_message [687]
- 0.00 0.00 225/451 _format_time [635]
- 0.00 0.00 225/451 _format_next_process [17]
- [631] 0.0 0.00 0.00 451 _sprintf [631]
-
- -----------------------------------------------
-
- 0.00 0.00 450/450 _format_next_process [17]
- [632] 0.0 0.00 0.00 450 _format_k [632]
- 0.00 0.00 450/557 _itoa [630]
- 0.00 0.00 450/679 _strecpy [629]
-
- -----------------------------------------------
-
- 0.00 0.00 1/228 _i_header [683]
- 0.00 0.00 1/228 _new_message [687]
- 0.00 0.00 1/228 _tnchktc [3248]
- 0.00 0.00 225/228 _getu [18]
- [633] 0.0 0.00 0.00 228 _strlen [633]
-
- -----------------------------------------------
-
- 0.00 0.00 225/225 _getu [18]
- [634] 0.0 0.00 0.00 225 _bcopy [634]
-
- -----------------------------------------------
-
- 0.00 0.00 225/225 _format_next_process [17]
- [635] 0.0 0.00 0.00 225 _format_time [635]
- 0.00 0.00 225/451 _sprintf [631]
-
- -----------------------------------------------
-
- 0.00 0.00 225/225 _format_next_process [17]
- [636] 0.0 0.00 0.00 225 _printable [636]
-
- -----------------------------------------------
-
- 0.00 0.00 225/225 _format_next_process [17]
- [637] 0.0 0.00 0.00 225 _strcat [637]
-
- -----------------------------------------------
-
- 0.00 0.00 225/225 _format_next_process [17]
- [638] 0.0 0.00 0.00 225 _username [638]
- 0.00 0.00 2/2 _get_user [665]
-
- -----------------------------------------------
-
- 0.00 0.00 22/22 _i_message [647]
- [639] 0.0 0.00 0.00 22 _fputc [639]
-
- -----------------------------------------------
-
- 0.00 0.00 1/20 _i_procstates [37]
- 0.00 0.00 1/20 _i_header [683]
- 0.00 0.00 1/20 _standout [694]
- 0.00 0.00 2/20 _i_memory [684]
- 0.00 0.00 15/20 _i_process [31]
- [640] 0.0 0.00 0.00 20 _fputs [640]
-
- -----------------------------------------------
-
- 0.00 0.00 1/19 _end_screen [678]
- 0.00 0.00 2/19 _readline [689]
- 0.00 0.00 16/19 _main [2]
- [641] 0.0 0.00 0.00 19 _fflush [641]
-
- -----------------------------------------------
-
- 0.00 0.00 1/16 _i_procstates [37]
- 0.00 0.00 1/16 _i_memory [684]
- 0.00 0.00 14/16 _u_memory [30]
- [642] 0.0 0.00 0.00 16 _summary_format [642]
- 0.00 0.00 214/679 _strecpy [629]
- 0.00 0.00 107/557 _itoa [630]
-
- -----------------------------------------------
-
- 0.00 0.00 15/15 _i_timeofday [34]
- [643] 0.0 0.00 0.00 15 _ctime [643]
-
- -----------------------------------------------
-
- 0.00 0.00 15/15 _main [2]
- [644] 0.0 0.00 0.00 15 _get_system_info [644]
- 0.00 0.00 45/1353 _getkval [625]
- 0.00 0.00 15/15 _percentages [648]
- 0.00 0.00 15/15 _vm_statistics [653]
- 0.00 0.00 15/15 _host_self [646]
- 0.00 0.00 15/15 _host_info [645]
-
- -----------------------------------------------
-
- 0.00 0.00 15/15 _get_system_info [644]
- [645] 0.0 0.00 0.00 15 _host_info [645]
-
- -----------------------------------------------
-
- 0.00 0.00 15/15 _get_system_info [644]
- [646] 0.0 0.00 0.00 15 _host_self [646]
-
- -----------------------------------------------
-
- 0.00 0.00 1/15 _main [2]
- 0.00 0.00 14/15 _u_message [656]
- [647] 0.0 0.00 0.00 15 _i_message [647]
- 0.00 0.00 22/22 _fputc [639]
- 0.00 0.00 1/4 _clear_eol [660]
-
- -----------------------------------------------
-
- 0.00 0.00 15/15 _get_system_info [644]
- [648] 0.0 0.00 0.00 15 _percentages [648]
-
- -----------------------------------------------
-
- 0.00 0.00 15/15 _get_process_info [3]
- [649] 0.0 0.00 0.00 15 _qsort [649]
-
- -----------------------------------------------
-
- 0.00 0.00 15/15 _main [2]
- [650] 0.0 0.00 0.00 15 _select [650]
-
- -----------------------------------------------
-
- 0.00 0.00 15/15 _main [2]
- [651] 0.0 0.00 0.00 15 _time [651]
-
- -----------------------------------------------
-
- 0.00 0.00 15/15 _main [2]
- [652] 0.0 0.00 0.00 15 _u_endscreen [652]
-
- -----------------------------------------------
-
- 0.00 0.00 15/15 _get_system_info [644]
- [653] 0.0 0.00 0.00 15 _vm_statistics [653]
-
- -----------------------------------------------
-
- 0.00 0.00 14/14 _u_procstates [657]
- [654] 0.0 0.00 0.00 14 _memcmp [654]
-
- -----------------------------------------------
-
- 0.00 0.00 14/14 _main [2]
- [655] 0.0 0.00 0.00 14 _u_header [655]
-
- -----------------------------------------------
-
- 0.00 0.00 14/14 _main [2]
- [656] 0.0 0.00 0.00 14 _u_message [656]
- 0.00 0.00 14/15 _i_message [647]
-
- -----------------------------------------------
-
- 0.00 0.00 14/14 _main [2]
- [657] 0.0 0.00 0.00 14 _u_procstates [657]
- 0.00 0.00 14/14 _memcmp [654]
-
- -----------------------------------------------
-
- 0.00 0.00 1/6 _display_resize [677]
- 0.00 0.00 2/6 _machine_init [8]
- 0.00 0.00 3/6 _display_init [676]
- [658] 0.0 0.00 0.00 6 _malloc [658]
-
- -----------------------------------------------
-
- 0.00 0.00 1/5 _init_termcap [28]
- 0.00 0.00 1/5 _end_screen [678]
- 0.00 0.00 1/5 _get_screensize [680]
- 0.00 0.00 2/5 _init_screen [685]
- [659] 0.0 0.00 0.00 5 _ioctl [659]
-
- -----------------------------------------------
-
- 0.00 0.00 1/4 _i_message [647]
- 0.00 0.00 3/4 _clear_message [662]
- [660] 0.0 0.00 0.00 4 _clear_eol [660]
-
- -----------------------------------------------
-
- 0.00 0.00 4/4 _main [2]
- [661] 0.0 0.00 0.00 4 _signal [661]
-
- -----------------------------------------------
-
- 0.00 0.00 3/3 _main [2]
- [662] 0.0 0.00 0.00 3 _clear_message [662]
- 0.00 0.00 3/4 _clear_eol [660]
-
- -----------------------------------------------
-
- 0.00 0.00 3/3 _display_init [676]
- [663] 0.0 0.00 0.00 3 _string_count [663]
-
- -----------------------------------------------
-
- 0.00 0.00 2/2 _get_user [665]
- [664] 0.0 0.00 0.00 2 _enter_user [664]
- 0.00 0.00 2/2 _strncpy [669]
-
- -----------------------------------------------
-
- 0.00 0.00 2/2 _username [638]
- [665] 0.0 0.00 0.00 2 _get_user [665]
- 0.00 0.00 2/2 _getpwuid [666]
- 0.00 0.00 2/2 _enter_user [664]
-
- -----------------------------------------------
-
- 0.00 0.00 2/2 _get_user [665]
- [666] 0.0 0.00 0.00 2 _getpwuid [666]
-
- -----------------------------------------------
-
- 0.00 0.00 2/2 _machine_init [8]
- [667] 0.0 0.00 0.00 2 _open [667]
-
- -----------------------------------------------
-
- 0.00 0.00 2/2 _main [2]
- [668] 0.0 0.00 0.00 2 _strchr [668]
-
- -----------------------------------------------
-
- 0.00 0.00 2/2 _enter_user [664]
- [669] 0.0 0.00 0.00 2 _strncpy [669]
-
- -----------------------------------------------
-
- 0.00 0.00 1/1 _exit [1906]
- [670] 0.0 0.00 0.00 1 __atexit [670]
-
- -----------------------------------------------
-
- 0.00 0.00 1/1 _putstdout [622]
- [671] 0.0 0.00 0.00 1 __flsbuf [671]
-
- -----------------------------------------------
-
- 0.00 0.00 1/1 _readline [689]
- [672] 0.0 0.00 0.00 1 _atoi [672]
-
- -----------------------------------------------
-
- 0.00 0.00 1/1 _i_loadave [35]
- [673] 0.0 0.00 0.00 1 _clear [673]
-
- -----------------------------------------------
-
- 0.00 0.00 1/1 _i_procstates [37]
- [674] 0.0 0.00 0.00 1 _digits [674]
-
- -----------------------------------------------
-
- 0.00 0.00 1/1 _main [2]
- [675] 0.0 0.00 0.00 1 _display_header [675]
-
- -----------------------------------------------
-
- 0.00 0.00 1/1 _main [2]
- [676] 0.0 0.00 0.00 1 _display_init [676]
- 0.00 0.00 3/3 _string_count [663]
- 0.00 0.00 3/6 _malloc [658]
- 0.00 0.00 1/1 _display_resize [677]
-
- -----------------------------------------------
-
- 0.00 0.00 1/1 _display_init [676]
- [677] 0.0 0.00 0.00 1 _display_resize [677]
- 0.00 0.00 1/6 _malloc [658]
-
- -----------------------------------------------
-
- 0.00 0.00 1/1 _quit [688]
- [678] 0.0 0.00 0.00 1 _end_screen [678]
- 0.00 0.00 1/19 _fflush [641]
- 0.00 0.00 1/5 _ioctl [659]
-
- -----------------------------------------------
-
- 0.00 0.00 1/1 _main [2]
- [679] 0.0 0.00 0.00 1 _format_header [679]
-
- -----------------------------------------------
-
- 0.00 0.00 1/1 _init_termcap [28]
- [680] 0.0 0.00 0.00 1 _get_screensize [680]
- 0.00 0.00 1/5 _ioctl [659]
- 0.00 0.00 1/908 _strcpy [627]
-
- -----------------------------------------------
-
- 0.00 0.00 1/1 _main [2]
- [681] 0.0 0.00 0.00 1 _getopt [681]
-
- -----------------------------------------------
-
- 0.00 0.00 1/1 _machine_init [8]
- [682] 0.0 0.00 0.00 1 _getpagesize [682]
-
- -----------------------------------------------
-
- 0.00 0.00 1/1 _main [2]
- [683] 0.0 0.00 0.00 1 _i_header [683]
- 0.00 0.00 1/228 _strlen [633]
- 0.00 0.00 1/20 _fputs [640]
-
- -----------------------------------------------
-
- 0.00 0.00 1/1 _main [2]
- [684] 0.0 0.00 0.00 1 _i_memory [684]
- 0.00 0.00 2/20 _fputs [640]
- 0.00 0.00 1/16 _summary_format [642]
-
- -----------------------------------------------
-
- 0.00 0.00 1/1 _main [2]
- [685] 0.0 0.00 0.00 1 _init_screen [685]
- 0.00 0.00 2/5 _ioctl [659]
-
- -----------------------------------------------
-
- 0.00 0.00 1/1 _i_procstates [37]
- [686] 0.0 0.00 0.00 1 _memmove [686]
-
- -----------------------------------------------
-
- 0.00 0.00 1/1 _main [2]
- [687] 0.0 0.00 0.00 1 _new_message [687]
- 0.00 0.00 1/451 _sprintf [631]
- 0.00 0.00 1/1 _standout [694]
- 0.00 0.00 1/228 _strlen [633]
-
- -----------------------------------------------
-
- 0.00 0.00 1/1 _main [2]
- [688] 0.0 0.00 0.00 1 _quit [688]
- 0.00 0.00 1/1 _end_screen [678]
-
- -----------------------------------------------
-
- 0.00 0.00 1/1 _main [2]
- [689] 0.0 0.00 0.00 1 _readline [689]
- 0.00 0.00 2/19 _fflush [641]
- 0.00 0.00 2/1357 _read [624]
- 0.00 0.00 1/1 _atoi [672]
-
- -----------------------------------------------
-
- 0.00 0.00 1/1 _main [2]
- [690] 0.0 0.00 0.00 1 _setbuffer [690]
-
- -----------------------------------------------
-
- 0.00 0.00 1/1 _main [2]
- [691] 0.0 0.00 0.00 1 _setjmp [691]
-
- -----------------------------------------------
-
- 0.00 0.00 1/1 _main [2]
- [692] 0.0 0.00 0.00 1 _sigblock [692]
-
- -----------------------------------------------
-
- 0.00 0.00 1/1 _main [2]
- [693] 0.0 0.00 0.00 1 _sigsetmask [693]
-
- -----------------------------------------------
-
- 0.00 0.00 1/1 _new_message [687]
- [694] 0.0 0.00 0.00 1 _standout [694]
- 0.00 0.00 1/20 _fputs [640]
-
- -----------------------------------------------
-
- 0.00 0.00 1/1 _main [2]
- [695] 0.0 0.00 0.00 1 _strrchr [695]
-
- -----------------------------------------------
-
-
-
-
-
- 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 2.78% of 0.56 seconds
-
- % cumulative self self total
- time seconds seconds calls ms/call ms/call name
- 27.8 0.16 0.16 _moncount (2459)
- 11.1 0.22 0.06 __doprnt [4]
- 5.6 0.25 0.03 1395 0.02 0.02 _thread_info [7]
- 5.6 0.28 0.03 1 31.25 31.25 _nlist [9]
- 5.6 0.31 0.03 __malloc_fork_prepare [10]
- 5.6 0.34 0.03 _proc_compare [11]
- 5.6 0.38 0.03 rcopy [6]
- 2.8 0.39 0.02 840 0.02 0.02 _task_info [14]
- 2.8 0.41 0.02 840 0.02 0.02 _task_threads [16]
- 2.8 0.42 0.02 269 0.06 0.06 _memset [25]
- 2.8 0.44 0.02 225 0.07 0.07 _getu [18]
- 2.8 0.45 0.02 15 1.04 5.27 _get_process_info [3]
- 2.8 0.47 0.02 _itoa7 [19]
- 2.8 0.48 0.02 _monsetup [20]
- 2.8 0.50 0.02 _msg_rpc [21]
- 2.8 0.52 0.02 _msg_rpc_trap [22]
- 2.8 0.53 0.02 _qst [23]
- 2.8 0.55 0.02 _task_resume [24]
- 1.4 0.55 0.01 691 0.01 0.01 _printf [26]
- 1.4 0.56 0.01 3 2.60 2.60 _getenv [27]
- 0.0 0.56 0.00 3441 0.00 0.00 _putstdout [622]
- 0.0 0.56 0.00 1680 0.00 0.00 _task_by_unix_pid [623]
- 0.0 0.56 0.00 1357 0.00 0.00 _read [624]
- 0.0 0.56 0.00 1353 0.00 0.00 _getkval [625]
- 0.0 0.56 0.00 1353 0.00 0.00 _lseek [626]
- 0.0 0.56 0.00 908 0.00 0.00 _strcpy [627]
- 0.0 0.56 0.00 840 0.00 0.02 _task_stats [15]
- 0.0 0.56 0.00 840 0.00 0.06 _thread_stats [5]
- 0.0 0.56 0.00 840 0.00 0.00 _vm_deallocate [628]
- 0.0 0.56 0.00 679 0.00 0.00 _strecpy [629]
- 0.0 0.56 0.00 557 0.00 0.00 _itoa [630]
- 0.0 0.56 0.00 451 0.00 0.00 _sprintf [631]
- 0.0 0.56 0.00 450 0.00 0.00 _format_k [632]
- 0.0 0.56 0.00 228 0.00 0.00 _strlen [633]
- 0.0 0.56 0.00 225 0.00 0.00 _bcopy [634]
- 0.0 0.56 0.00 225 0.00 0.07 _format_next_process [17]
- 0.0 0.56 0.00 225 0.00 0.00 _format_time [635]
- 0.0 0.56 0.00 225 0.00 0.00 _printable [636]
- 0.0 0.56 0.00 225 0.00 0.00 _strcat [637]
- 0.0 0.56 0.00 225 0.00 0.00 _username [638]
- 0.0 0.56 0.00 224 0.00 0.09 _line_update [12]
- 0.0 0.56 0.00 210 0.00 0.09 _u_process [13]
- 0.0 0.56 0.00 22 0.00 0.00 _fputc [639]
- 0.0 0.56 0.00 20 0.00 0.00 _fputs [640]
- 0.0 0.56 0.00 19 0.00 0.00 _fflush [641]
- 0.0 0.56 0.00 16 0.00 0.00 _summary_format [642]
- 0.0 0.56 0.00 15 0.00 0.00 _ctime [643]
- 0.0 0.56 0.00 15 0.00 0.00 _get_system_info [644]
- 0.0 0.56 0.00 15 0.00 0.00 _host_info [645]
- 0.0 0.56 0.00 15 0.00 0.00 _host_self [646]
- 0.0 0.56 0.00 15 0.00 0.00 _i_message [647]
- 0.0 0.56 0.00 15 0.00 0.06 _i_process [31]
- 0.0 0.56 0.00 15 0.00 0.01 _i_timeofday [34]
- 0.0 0.56 0.00 15 0.00 0.00 _percentages [648]
- 0.0 0.56 0.00 15 0.00 0.00 _qsort [649]
- 0.0 0.56 0.00 15 0.00 0.00 _select [650]
- 0.0 0.56 0.00 15 0.00 0.00 _time [651]
- 0.0 0.56 0.00 15 0.00 0.00 _u_endscreen [652]
- 0.0 0.56 0.00 15 0.00 0.00 _vm_statistics [653]
- 0.0 0.56 0.00 14 0.00 0.00 _memcmp [654]
- 0.0 0.56 0.00 14 0.00 0.05 _u_cpustates [32]
- 0.0 0.56 0.00 14 0.00 0.00 _u_header [655]
- 0.0 0.56 0.00 14 0.00 0.03 _u_loadave [33]
- 0.0 0.56 0.00 14 0.00 0.09 _u_memory [30]
- 0.0 0.56 0.00 14 0.00 0.00 _u_message [656]
- 0.0 0.56 0.00 14 0.00 0.00 _u_procstates [657]
- 0.0 0.56 0.00 6 0.00 0.00 _malloc [658]
- 0.0 0.56 0.00 5 0.00 0.00 _ioctl [659]
- 0.0 0.56 0.00 4 0.00 0.00 _clear_eol [660]
- 0.0 0.56 0.00 4 0.00 0.00 _signal [661]
- 0.0 0.56 0.00 3 0.00 0.00 _clear_message [662]
- 0.0 0.56 0.00 3 0.00 0.00 _string_count [663]
- 0.0 0.56 0.00 2 0.00 0.00 _enter_user [664]
- 0.0 0.56 0.00 2 0.00 0.00 _get_user [665]
- 0.0 0.56 0.00 2 0.00 0.00 _getpwuid [666]
- 0.0 0.56 0.00 2 0.00 0.00 _open [667]
- 0.0 0.56 0.00 2 0.00 0.00 _strchr [668]
- 0.0 0.56 0.00 2 0.00 0.00 _strncpy [669]
- 0.0 0.56 0.00 1 0.00 0.00 __atexit [670]
- 0.0 0.56 0.00 1 0.00 0.00 __flsbuf [671]
- 0.0 0.56 0.00 1 0.00 0.00 _atoi [672]
- 0.0 0.56 0.00 1 0.00 0.00 _clear [673]
- 0.0 0.56 0.00 1 0.00 0.00 _digits [674]
- 0.0 0.56 0.00 1 0.00 0.00 _display_header [675]
- 0.0 0.56 0.00 1 0.00 0.00 _display_init [676]
- 0.0 0.56 0.00 1 0.00 0.00 _display_resize [677]
- 0.0 0.56 0.00 1 0.00 0.00 _end_screen [678]
- 0.0 0.56 0.00 1 0.00 0.00 _format_header [679]
- 0.0 0.56 0.00 1 0.00 0.00 _get_screensize [680]
- 0.0 0.56 0.00 1 0.00 0.00 _getopt [681]
- 0.0 0.56 0.00 1 0.00 0.00 _getpagesize [682]
- 0.0 0.56 0.00 1 0.00 0.00 _i_header [683]
- 0.0 0.56 0.00 1 0.00 0.06 _i_loadave [35]
- 0.0 0.56 0.00 1 0.00 0.00 _i_memory [684]
- 0.0 0.56 0.00 1 0.00 0.01 _i_procstates [37]
- 0.0 0.56 0.00 1 0.00 0.00 _init_screen [685]
- 0.0 0.56 0.00 1 0.00 2.60 _init_termcap [28]
- 0.0 0.56 0.00 1 0.00 31.25 _machine_init [8]
- 0.0 0.56 0.00 1 0.00 153.65 _main [2]
- 0.0 0.56 0.00 1 0.00 0.00 _memmove [686]
- 0.0 0.56 0.00 1 0.00 0.00 _new_message [687]
- 0.0 0.56 0.00 1 0.00 0.00 _quit [688]
- 0.0 0.56 0.00 1 0.00 0.00 _readline [689]
- 0.0 0.56 0.00 1 0.00 0.00 _setbuffer [690]
- 0.0 0.56 0.00 1 0.00 0.00 _setjmp [691]
- 0.0 0.56 0.00 1 0.00 0.00 _sigblock [692]
- 0.0 0.56 0.00 1 0.00 0.00 _sigsetmask [693]
- 0.0 0.56 0.00 1 0.00 0.00 _standout [694]
- 0.0 0.56 0.00 1 0.00 0.00 _strrchr [695]
- 0.0 0.56 0.00 1 0.00 0.06 _z_cpustates [36]
-
- Index by function name
-
- [670] __atexit [684] _i_memory [691] _setjmp
- [4] __doprnt [647] _i_message [692] _sigblock
- [671] __flsbuf [31] _i_process [661] _signal
- [10] __malloc_fork_prepa [37] _i_procstates [693] _sigsetmask
- [672] _atoi [34] _i_timeofday [631] _sprintf
- [634] _bcopy [685] _init_screen [694] _standout
- [673] _clear [28] _init_termcap [637] _strcat
- [660] _clear_eol [659] _ioctl [668] _strchr
- [662] _clear_message [630] _itoa [627] _strcpy
- [643] _ctime [19] _itoa7 [629] _strecpy
- [674] _digits [12] _line_update [663] _string_count
- [675] _display_header [626] _lseek [633] _strlen
- [676] _display_init [8] _machine_init [669] _strncpy
- [677] _display_resize [2] _main [695] _strrchr
- [678] _end_screen [658] _malloc [642] _summary_format
- [664] _enter_user [654] _memcmp [623] _task_by_unix_pid
- [641] _fflush [686] _memmove [14] _task_info
- [679] _format_header [25] _memset [24] _task_resume
- [632] _format_k (2459) _moncount [15] _task_stats
- [17] _format_next_proces [20] _monsetup [16] _task_threads
- [635] _format_time [21] _msg_rpc [7] _thread_info
- [639] _fputc [22] _msg_rpc_trap [5] _thread_stats
- [640] _fputs [687] _new_message [651] _time
- [3] _get_process_info [9] _nlist [32] _u_cpustates
- [680] _get_screensize [667] _open [652] _u_endscreen
- [644] _get_system_info [648] _percentages [655] _u_header
- [665] _get_user [636] _printable [33] _u_loadave
- [27] _getenv [26] _printf [30] _u_memory
- [625] _getkval [11] _proc_compare [656] _u_message
- [681] _getopt [622] _putstdout [13] _u_process
- [682] _getpagesize [649] _qsort [657] _u_procstates
- [666] _getpwuid [23] _qst [638] _username
- [18] _getu [688] _quit [628] _vm_deallocate
- [645] _host_info [624] _read [653] _vm_statistics
- [646] _host_self [689] _readline [36] _z_cpustates
- [683] _i_header [650] _select [6] rcopy
- [35] _i_loadave [690] _setbuffer
-