Mark sensor and behavior timings as verbose
This commit is contained in:
@@ -17,11 +17,11 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
}
|
}
|
||||||
|
|
||||||
+ public static Timing getBehaviorTimings(String type) {
|
+ public static Timing getBehaviorTimings(String type) {
|
||||||
+ return Timings.ofSafe("Behavior - " + type);
|
+ return Timings.ofSafe("## Behavior - " + type);
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
+ public static Timing getSensorTimings(String type, int rate) {
|
+ public static Timing getSensorTimings(String type, int rate) {
|
||||||
+ return Timings.ofSafe("Sensor - " + type + " (Default rate: " + rate + ")");
|
+ return Timings.ofSafe("## Sensor - " + type + " (Default rate: " + rate + ")");
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user