X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Futils%2Fcounter%2Fcounter.c;h=97bed28d4ab8abbc5c20496ab64462eaa39f3884;hb=a79f976c26dcf430867c26974308659909c5fad6;hp=f834378875fc058ef8d0f07e068f34bfaccc27e8;hpb=168baad408e97042d0ae5063bcf6fa4ae5cc3523;p=babeltrace.git diff --git a/plugins/utils/counter/counter.c b/plugins/utils/counter/counter.c index f8343788..97bed28d 100644 --- a/plugins/utils/counter/counter.c +++ b/plugins/utils/counter/counter.c @@ -155,7 +155,7 @@ bt_self_component_status counter_init( } counter->last_printed_total = -1ULL; - counter->step = 1000; + counter->step = 10000; step = bt_value_map_borrow_entry_value_const(params, "step"); if (step && bt_value_is_integer(step)) { int64_t val;