X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gprof%2Fflat_bl.m;h=48a601a189d6b0a733cf4ed40f4d6a2c4d0e78da;hb=efb763a5ea351f9d865cbe491909f03472ebf2d6;hp=6fc3340a6c7f1e4ce9305a7c98a152e7140bd8f1;hpb=3d3e494e4c586428ffe396ef58b6c5a4789edc3c;p=deliverable%2Fbinutils-gdb.git diff --git a/gprof/flat_bl.m b/gprof/flat_bl.m index 6fc3340a6c..48a601a189 100644 --- a/gprof/flat_bl.m +++ b/gprof/flat_bl.m @@ -11,13 +11,13 @@ seconds function alone. This is the major sort for this 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 +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 @@ -26,3 +26,8 @@ name the name of the function. This is the minor sort in parenthesis it shows where it would appear in the gprof listing if it were to be printed. +Copyright (C) 2012-2020 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved.