You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ShimmerAndroidInstrumentDriver/ShimmerAndroidInstrumentDriver/src/main/java/com/shimmerresearch/android/Shimmer.java
+24-3Lines changed: 24 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -745,11 +745,17 @@ protected void clearSingleDataPacketFromBuffers(byte[] bufferTemp, int packetSiz
Copy file name to clipboardExpand all lines: ShimmerAndroidInstrumentDriver/efficientDataArrayExample/src/main/java/com/shimmerresearch/efficientdataarrayexample/MainActivity.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -141,6 +141,8 @@ public void startStreaming(View v) {
141
141
setupCSV();
142
142
//Disable PC timestamps for better performance. Disabling this takes the timestamps on every full packet received instead of on every byte received.
143
143
shimmer.enablePCTimeStamps(false);
144
+
//Disable timers for better performance.
145
+
shimmer.stopAllTimers();
144
146
//Enable the arrays data structure. Note that enabling this will disable the Multimap/FormatCluster data structure
Copy file name to clipboardExpand all lines: ShimmerAndroidInstrumentDriver/shimmerServiceExample/src/main/java/com/shimmerresearch/shimmerserviceexample/MainActivity.java
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -238,6 +238,12 @@ public boolean onOptionsItemSelected(MenuItem item) {
0 commit comments