Wireshark-commits: [Wireshark-commits] master f764765: Increase the work used to time wmem allocato

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 6 May 2014 02:30:06 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f764765108317fa10a4238f00160f7eadac00430
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f764765 by Evan Huus (eapache@xxxxxxxxx):

    Increase the work used to time wmem allocators
    
    It appears that on some platforms the timer underlying g_test_timer() is
    relatively low-precision, so the small amount of work that we were previously
    doing was not enough for the timer to provide a useful value.
    
    Bumping the amount of work should provide more meaningful values, and the whole
    timing step still takes only a few seconds.
    
    Change-Id: Idce1386eaa33add845d9a2758b0beb72bbf370d6
    Reviewed-on: https://code.wireshark.org/review/1523
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  542b4e6   MAC/RLC/PDCP LTE: replace obsolete APIs
    adds  f764765   Increase the work used to time wmem allocators


Summary of changes:
 epan/wmem/wmem_test.c |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)