X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gprof%2Fflat_bl.m;h=48a601a189d6b0a733cf4ed40f4d6a2c4d0e78da;hb=98d48915d987c577c34e5516040ab04c0dab6baa;hp=db2871a138484dd254bb0986a9dcb53805bf8970;hpb=fa803dc60f0bf01297674c41d001798e18ade4dc;p=deliverable%2Fbinutils-gdb.git diff --git a/gprof/flat_bl.m b/gprof/flat_bl.m index db2871a138..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 @@ -25,3 +25,9 @@ name the name of the function. This is the minor sort 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. + +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.