Optimization: lttng UI uses sprintf instead of strcpy
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 4 Mar 2016 16:31:00 +0000 (11:31 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 4 Mar 2016 17:02:03 +0000 (12:02 -0500)
The LTTng client currently uses sprintf with format strings
that don't contain a format specifier.

Users have reported concerns for the scalability and performance
of the LTTng UI because of this overkill use of sprintf instead
of strcpy which, presumably, could be inlined by the compiler.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>

No differences found
This page took 0.024615 seconds and 4 git commands to generate.