From: Uwe Hermann Date: Sat, 19 May 2018 18:36:39 +0000 (+0200) Subject: logicsegment.cpp: Suggest inlining of pack_sample()/unpack_sample(). X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=97cb532f668dd78a5100abb07d7500cbd36b6198;hp=97cb532f668dd78a5100abb07d7500cbd36b6198;p=pulseview.git logicsegment.cpp: Suggest inlining of pack_sample()/unpack_sample(). These functions were not inlined by default (tested with gcc 7.3.0). They're in a hot code path, so inlining can help with performance here. ---