URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=479caf15e7f57da098fd94b5f947ac45a6496663
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
479caf1 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Add resource usage logging.
Add log_resource_usage, which prints the current and elapsed user and
system times. Add a usage example in packet_list_model.cpp.
Change-Id: I747161c754a3731e540821715cc9bb10b3dc821d
Reviewed-on: https://code.wireshark.org/review/16383
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 3fe92ff Create stub VXLAN (GPE) protocol for Decode As.
adds 479caf1 Add resource usage logging.
Summary of changes:
ui/qt/packet_list_model.cpp | 13 ++++++++++
wsutil/time_util.c | 57 +++++++++++++++++++++++++++++++++++++++++++
wsutil/time_util.h | 21 ++++++++++++++++
3 files changed, 91 insertions(+)