/usr.bin/gprof/gprof.flat

https://bitbucket.org/freebsd/freebsd-head/ · Unknown · 32 lines · 22 code · 10 blank · 0 comment · 0 complexity · eec5ac74eba30a97c2830a1b7d4faee4 MD5 · raw file

  1. flat profile:
  2. % the percentage of the total running time of the
  3. time program used by this function.
  4. cumulative a running sum of the number of seconds accounted
  5. seconds for by this function and those listed above it.
  6. self the number of seconds accounted for by this
  7. seconds function alone. This is the major sort for this
  8. listing.
  9. calls the number of times this function was invoked, if
  10. this function is profiled, else blank.
  11. self the average number of milliseconds spent in this
  12. ms/call function per call, if this function is profiled,
  13. else blank.
  14. total the average number of milliseconds spent in this
  15. ms/call function and its descendents per call, if this
  16. function is profiled, else blank.
  17. name the name of the function. This is the minor sort
  18. for this listing. The index shows the location of
  19. the function in the gprof listing. If the index is
  20. in parenthesis it shows where it would appear in
  21. the gprof listing if it were to be printed.