71c03e0f4bf42698e6aca96b78c6da8c412c5a16
10 const char teststr
[] = "Hello World! 1234567890abc";
13 for(i
=0; i
<N_ITER
; i
++) {
14 trace_mark(ust
, an_event
, "%d", i
);
15 trace_mark(ust
, another_event
, "%s", "Hello, World!");
18 // ltt_trace_stop("auto");
19 // ltt_trace_destroy("auto");
This page took 0.028758 seconds and 3 git commands to generate.