Wireshark-commits: [Wireshark-commits] master a67b7f5: Use GQueue for generating statistics
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 27 Jun 2014 08:55:14 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a67b7f5b5c563e54ca630370cdf7f696e4ce59a5
Submitter: Balint Reczey (balint@xxxxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a67b7f5 by Balint Reczey (balint@xxxxxxxxxxxxxxx):

    Use GQueue for generating statistics
    
    This makes reversing the list back and forth to keep adding data
    at O(n) complexity obsolete.
    
    Bug: 9696
    
    Change-Id: Ice77328b8f6c5bf72bbfcfd82e08d09d4f986d3f
    Reviewed-on: https://code.wireshark.org/review/2571
    Reviewed-by: Balint Reczey <balint@xxxxxxxxxxxxxxx>
    Tested-by: Balint Reczey <balint@xxxxxxxxxxxxxxx>
    

Actions performed:

    from  9ef47ae   Report more information on a sync_xxx_open() call failure.
    adds  a67b7f5   Use GQueue for generating statistics


Summary of changes:
 ui/gtk/flow_graph.c          |    1 +
 ui/gtk/graph_analysis.c      |    2 +-
 ui/gtk/lbm_uimflow_dlg.c     |   12 +--
 ui/gtk/rtp_player.c          |    4 +-
 ui/gtk/voip_calls.c          |  242 +++++++++++++++++++++---------------------
 ui/gtk/voip_calls.h          |    3 +-
 ui/gtk/voip_calls_dlg.c      |   31 +++---
 ui/qt/lbm_uimflow_dialog.cpp |    7 +-
 ui/qt/sequence_diagram.cpp   |    2 +-
 ui/qt/sequence_dialog.cpp    |    2 +-
 ui/tap-sequence-analysis.c   |  100 ++++++++---------
 ui/tap-sequence-analysis.h   |    2 +-
 12 files changed, 198 insertions(+), 210 deletions(-)