This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/2305] allow sorting by statistics value


------- Additional Comments From dsmith at redhat dot com  2007-08-21 21:35 -------
Assume an array of aggregates, like:

  foo[1] << 1; foo[1] << 2;
  foo[2] << 3

A foreach loop like the following:

  foreach (i in foo+)

Will now sort aggregate array 'foo' by value (which is '@count(foo[i])').

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=2305

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]