Explorar o código

reduced spike threshold to 5.

Darren Ranalli %!s(int64=17) %!d(string=hai) anos
pai
achega
31921f16b5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      direct/src/task/TaskProfiler.py

+ 1 - 1
direct/src/task/TaskProfiler.py

@@ -106,7 +106,7 @@ class TaskProfiler:
         
         
     @staticmethod
     @staticmethod
     def GetDefaultSpikeThreshold():
     def GetDefaultSpikeThreshold():
-        return config.GetFloat('profile-task-spike-threshold', 10.)
+        return config.GetFloat('profile-task-spike-threshold', 5.)
 
 
     @staticmethod
     @staticmethod
     def SetSpikeThreshold(spikeThreshold):
     def SetSpikeThreshold(spikeThreshold):