Files
palladum-lightning/common
Rusty Russell cdb74434f2 trace: don't copy strings where we don't need to.
1. trace_span_start() is always called with a string literal, so
   no copy needed (and we can use a macro to enforce this).
2. trace_span_tag() name and value are always longer-lived than
   the span, so no need to copy these either.

Before:
	real	0m18.524000-19.100000(18.7674+/-0.21)s
	user	0m16.171000-16.833000(16.424+/-0.26)s
	sys	0m2.259000-2.400000(2.337+/-0.059)s

After:
	real	0m16.421000-18.407000(17.8128+/-0.72)s
	user	0m14.242000-16.041000(15.5382+/-0.67)s
	sys	0m2.179000-2.363000(2.273+/-0.061)s

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2025-04-23 13:45:18 +09:30
..
2023-09-21 20:08:24 +09:30
2024-08-10 15:20:59 +09:30
2023-06-23 13:12:42 +09:30
2024-07-10 12:21:19 +09:30
2024-03-07 14:09:14 +01:00
2020-04-04 16:08:49 +10:30
2024-11-12 06:42:52 +10:30
2023-09-21 20:08:24 +09:30
2023-07-11 11:41:15 +09:30
2023-07-11 11:41:15 +09:30
2024-10-07 14:05:47 +02:00
2024-10-07 14:05:47 +02:00
2024-02-16 15:02:38 +01:00
2024-11-21 14:15:36 +10:30
2024-11-21 14:15:36 +10:30