Skip to content
Snippets Groups Projects

TrigCost: Add Sequence cost summary

Merged Aleksandra Poreba requested to merge aporeba/athena:cost-seqs into master

Add a sequence cost summary based on algorithm summary histograms.

For each sequence, the list of algorithms is read from the menu saved in the metadata. Then the values are processed:

  • Active events - sequence was active if at least one of algorithms was active (max(algorithms active events))
  • calls per event - sequence was called if at least one of algorithms was active (max(algorithms calls per event))
  • slow calls - sum of the slow calls of all the algorithms
  • event/call rate - sequence is called as often as the algorithms: (max(algorithms event/call rate))
  • total time - sum of the time of all the algorithms
  • total time % - percentage total time of all the sequence algorithms
  • total time per call / per event - mean sequence total time per call is equal to mean time of all the algorithm's calls
  • Run Algs/Event - the sum of the events where sequence's algorithms were active / number of events where sequence was active

Tagging @tamartin @mark

Merge request reports

Pipeline #2883841 passed

Pipeline passed for 8df8cc3b on aporeba:cost-seqs

Approval is optional

Merged by Walter LamplWalter Lampl 3 years ago (Aug 3, 2021 9:11am UTC)

Merge details

  • Changes merged into with 76e0d553.
  • Did not delete the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading