dbus-tools: new tools for message path in glib 60/271460/5
authorAdrian Szyndela <adrian.s@samsung.com>
Tue, 18 Jan 2022 14:43:29 +0000 (15:43 +0100)
committerAdrian Szyndela <adrian.s@samsung.com>
Wed, 9 Mar 2022 13:47:56 +0000 (14:47 +0100)
commitc3adde83a7ff5736f06bde951a038f68d69b7896
tree410fa9aa4256a67fc4dc9099c2b87da59428a88e
parentb07ee0689cd8842559ec8b2b026e8f5ad7f71e0d
dbus-tools: new tools for message path in glib

Add new tools for measurements:
dbus-glib-client-sending - for gio API usage
dbus-glib-sending - for threads gap while sending
dbus-glib-receiving - for threads gap while receiving

Change-Id: I3d26346df5a3f7273794d4e240acdc350fda2d67
src/cc/hostcompat/dbus/gio.h
tools/dbus-glib-client-sending.c [new file with mode: 0644]
tools/dbus-glib-client-sending.py [new file with mode: 0755]
tools/dbus-glib-receiving.c [new file with mode: 0644]
tools/dbus-glib-receiving.py [new file with mode: 0755]
tools/dbus-glib-sending.c [new file with mode: 0644]
tools/dbus-glib-sending.py [new file with mode: 0755]
tools/dbus-glib-tools.h [new file with mode: 0644]