bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

pgawk doesn't give execution counts of delete array


From: Hermann Peifer
Subject: pgawk doesn't give execution counts of delete array
Date: Sun, 15 Feb 2009 12:13:10 +0100
User-agent: Thunderbird 2.0.0.19 (Windows/20081209)

Here a random example:

$ cat awkprof.out
       # gawk profile, created Sun Feb 15 12:12:04 2009

       # Rule(s)

 7283  {
 7283          A[NR] = $0
               delete A
 7283          print $0
       }

I'm using gawk-stable from CVS.

Regards, Hermann




reply via email to

[Prev in Thread] Current Thread [Next in Thread]