flat_bl.m 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. % the percentage of the total running time of the
  2. time program used by this function.
  3. cumulative a running sum of the number of seconds accounted
  4. seconds for by this function and those listed above it.
  5. self the number of seconds accounted for by this
  6. seconds function alone. This is the major sort for this
  7. listing.
  8. calls the number of times this function was invoked, if
  9. this function is profiled, else blank.
  10. self the average number of milliseconds spent in this
  11. ms/call function per call, if this function is profiled,
  12. else blank.
  13. total the average number of milliseconds spent in this
  14. ms/call function and its descendents per call, if this
  15. function is profiled, else blank.
  16. name the name of the function. This is the minor sort
  17. for this listing. The index shows the location of
  18. the function in the gprof listing. If the index is
  19. in parenthesis it shows where it would appear in
  20. the gprof listing if it were to be printed.
  21. Copyright (C) 2012-2022 Free Software Foundation, Inc.
  22. Copying and distribution of this file, with or without modification,
  23. are permitted in any medium without royalty provided the copyright
  24. notice and this notice are preserved.