Skip to content
Snippets Groups Projects

Increase default TrigCost time histogram to 100 seconds

Merged Tim Martin requested to merge patch-14 into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -122,8 +122,8 @@ class CounterBase {
const VariableType type = VariableType::kPerCall,
const LogType xaxis = kLog,
const float min = 0.1,
const float max = 10000.,
const size_t bins = 50);
const float max = 100000.,
const size_t bins = 60);
/**
* @brief Appends Counter name (to histogram path) and forwards histogram book request to parent Monitor.
Loading