PR29262, memory leak in pr_function_type
[binutils-gdb.git] / gprof / flat_bl.m
index db2871a138484dd254bb0986a9dcb53805bf8970..d6434e25c09d0226e5c22b23eb5762abf2caeeac 100644 (file)
@@ -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.
+\f
+Copyright (C) 2012-2022 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.