Add flight recorder recording
diff --git a/profiling/timer-log/pom.xml b/profiling/timer-log/pom.xml
index 4ae27ef..578ff16 100644
--- a/profiling/timer-log/pom.xml
+++ b/profiling/timer-log/pom.xml
@@ -62,6 +62,10 @@
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-log</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-jfr</artifactId>
+        </dependency>
 
         <!-- logging -->
         <dependency>
diff --git a/profiling/timer-log/src/main/resources/application.properties b/profiling/timer-log/src/main/resources/application.properties
index 52a6c20..82c2c3c 100644
--- a/profiling/timer-log/src/main/resources/application.properties
+++ b/profiling/timer-log/src/main/resources/application.properties
@@ -32,5 +32,10 @@
 
 camel.main.duration-max-seconds = 130
 
+# turn on java flight recorder
+camel.main.startup-recorder = jfr
+camel.main.startup-recorder-profile = profile
+camel.main.startup-recorder-recording = true
+
 # properties used in the route
 myPeriod = 1