Skip to content
Snippets Groups Projects
Commit c764a021 authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Merge branch 'patch-14' into 'master'

Increase default TrigCost time histogram to 100 seconds

See merge request atlas/athena!38347
parents 2de882bf 6f4af8ab
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment