Skip to content

Commit

Permalink
bin: print SIMD status
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Oct 19, 2024
1 parent 0a2bd90 commit 2c341e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/flb_engine.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
#include <fluent-bit/flb_downstream.h>
#include <fluent-bit/flb_ring_buffer.h>
#include <fluent-bit/flb_notification.h>
#include <fluent-bit/flb_simd.h>

#ifdef FLB_HAVE_METRICS
#include <fluent-bit/flb_metrics_exporter.h>
Expand Down Expand Up @@ -799,6 +800,9 @@ int flb_engine_start(struct flb_config *config)
return -1;
}

/* Internals */
flb_info("[simd ] %s", flb_simd_info());

/* Init Metrics engine */
cmt_initialize();
flb_info("[cmetrics] version=%s", cmt_version());
Expand Down

0 comments on commit 2c341e5

Please sign in to comment.