common: implement bt_common_g_string_append and bt_common_g_string_append_c
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 19 Jun 2019 18:23:09 +0000 (14:23 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Sun, 21 Jul 2019 15:39:24 +0000 (11:39 -0400)
commit15b4e74c9d44271d73a58a1783dd13ecd19c6ef6
tree2e19c9981c84496daf51edf49abffb408be56b47
parent5ab3582ba148e9e5c7c86bd277b6bdbd56465bbd
common: implement bt_common_g_string_append and bt_common_g_string_append_c

Implement inline versions of g_string_append and
g_string_append_c. Since those calls are performed very often within
sink.text.pretty, it is relevant for pretty-printing speed.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Ib1069c7d21c6e707f75d839f333f034a50e2a43e
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1515
CI-Build: Philippe Proulx <eeppeliteloop@gmail.com>
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
src/common/common.h
This page took 0.023996 seconds and 4 git commands to generate.