summaryrefslogtreecommitdiff
path: root/bin/workload.py
AgeCommit message (Expand)AuthorLines
2025-03-24Workload is an EventSequenceModel, actuallyBirte Kristina Friesel-2/+2
2025-03-24Move workload parser and evaluation to a separate classBirte Kristina Friesel-59/+8
2025-03-24workload: indicate failed LUT prediction on errorBirte Kristina Friesel-6/+10
2025-03-21workload.py --info: print model functionsBirte Kristina Friesel-1/+2
2025-03-20workload: Support LUT lookupsBirte Kristina Friesel-3/+15
2025-03-20workload: warn when a prediction had to fall back to the static modelBirte Kristina Friesel-1/+27
2025-03-17workload: Support B/s and similar /s shenanigans in latency calculationBirte Kristina Friesel-3/+29
2025-03-17add primitive workload evaluation for non-PTA models (WiP)Birte Kristina Friesel-0/+75
2025-03-17workload → pta-workloadBirte Kristina Friesel-92/+0
2020-05-28use black(1) for uniform code formattingDaniel Friesel-15/+43
2020-04-29Use relative module paths. PYTHONPATH=lib bin/... is no longer neededDaniel Friesel-3/+3
2020-04-29move running_mean helper from dfatool to utilsDaniel Friesel-5/+0
2019-12-19workload: support multiple energy models, show energy distribution between mo...Daniel Friesel-30/+56
2019-12-18workload/simulate: Fix param handoverDaniel Friesel-2/+2
2019-12-13Add Parser and Lexer for timed sequences (words with loops); use them in work...Daniel Friesel-28/+34
2019-12-11workload/simulation: provide error measures for duration and energyDaniel Friesel-0/+4
2019-12-11add basic workload energy/power/duration simulation toolDaniel Friesel-0/+33