summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
5 daysanalyze-trace: keep track of total latency per runBirte Kristina Friesel-0/+45
7 daysanalyze-trace: warn when encountering unexpected transition destination modelBirte Kristina Friesel-1/+7
7 daysFeatured Automata learner: now with actual guards. whoop whoop!Birte Kristina Friesel-2/+70
7 daysanlyze-trace: detect non-deterministic transitions (aka: unhandled loops)Birte Kristina Friesel-1/+18
7 daysanalyze-trace: store input parameters that belong to transitionsBirte Kristina Friesel-5/+38
7 dayslearn_pta: merge observations of identical run namesBirte Kristina Friesel-4/+15
7 dayslearn_pta: Add transition to final / accepting stateBirte Kristina Friesel-2/+4
7 daysRunAnnotation: store nameBirte Kristina Friesel-4/+9
9 daysnalyze-trace: support runs without kernel annotationsBirte Kristina Friesel-0/+1
9 daysadd analyze-trace (wip): predict trace part parameters from benchmark configBirte Kristina Friesel-0/+436
9 daysloader: optionally digest (implicit) DFA tracesBirte Kristina Friesel-6/+122
2025-04-23EventSequenceModel: Write error log message on TypeError (CART)Birte Kristina Friesel-1/+10
2025-03-28export_pseudo_dref: trim _ as wellBirte Kristina Friesel-1/+1
2025-03-25export_pseudo_dref: printing to the proper file handle may helpBirte Kristina Friesel-2/+2
2025-03-25add pseudo-dataref export for ACM TAPS etcBirte Kristina Friesel-4/+32
2025-03-24Workload is an EventSequenceModel, actuallyBirte Kristina Friesel-3/+3
2025-03-24utils.human_readable: handle value is NoneBirte Kristina Friesel-0/+2
2025-03-24Move workload parser and evaluation to a separate classBirte Kristina Friesel-59/+85
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-11/+55
2025-03-20workload: warn when a prediction had to fall back to the static modelBirte Kristina Friesel-1/+27
Such behaviour is likely unintended in this use case
2025-03-17workload: Support B/s and similar /s shenanigans in latency calculationBirte Kristina Friesel-3/+29
2025-03-17human_readable: Add M and G prefixesBirte Kristina Friesel-0/+2
2025-03-17add primitive workload evaluation for non-PTA models (WiP)Birte Kristina Friesel-0/+75
2025-03-17parse_conf_str: support spaces between key-value pairsBirte Kristina Friesel-1/+1
2025-03-17Optionally export models with byParam data for easier loadingBirte Kristina Friesel-6/+26
2025-03-17workload → pta-workloadBirte Kristina Friesel-0/+0
2025-03-17analyze-log: add --export-model-with-lutBirte Kristina Friesel-3/+15
2025-03-17analyze-log: fix typo in terminal outputBirte Kristina Friesel-1/+1
2025-01-17Add helper to determine system-wide energy and power usage via RAPLBirte Kristina Friesel-0/+59
To Do: Automatically determine (and subtract) idle power usage
2025-01-13Add valgrind-ws → dfatool param helper with optional kernel extractionBirte Kristina Friesel-0/+166
2025-01-13... oopsBirte Kristina Friesel-1/+1
2025-01-13extract-speedup-from-log: add --add-paramBirte Kristina Friesel-1/+16
2025-01-10add extract-speedup-from-log helperBirte Kristina Friesel-0/+182
2025-01-10add perf-stat-to-dfatool helperBirte Kristina Friesel-0/+40
2025-01-03pelt: typoBirte Kristina Friesel-1/+1
2024-12-13Document DFATOOL_ULS_MIN_BOUNDBirte Kristina Friesel-0/+1
2024-12-12Support lower regression bounds other than -∞Birte Kristina Friesel-4/+14
DFATOOL_ULS_MIN_BOUND=0 is especially useful in many cases
2024-12-06loader.plain: Initialize loggingBirte Kristina Friesel-0/+4
2024-11-08README: Add references to repository mirrorsBirte Kristina Friesel-0/+8
2024-11-04CLI: remove special case for TOTAL; it's available for LUT as well nowBirte Kristina Friesel-5/+2
2024-11-04analyze-log: pass with_sum to LUT assessment as wellBirte Kristina Friesel-1/+1
2024-10-28Add --add-total-observation support to dref exportBirte Kristina Friesel-16/+28
2024-10-24Add --add-total-observation support to non-xv quality metricsBirte Kristina Friesel-4/+24
2024-10-24add --add-total-observation for behaviour model evaluationBirte Kristina Friesel-11/+44
2024-10-21README: document CSV loader variablesBirte Kristina Friesel-0/+2
2024-07-22utils: igtnore-param: handle empty list. derp.Birte Kristina Friesel-0/+4
2024-07-22analyze-log: allow ignoring parameters after filtering on themBirte Kristina Friesel-6/+6
2024-07-22show-model: use two decimal places by defaultBirte Kristina Friesel-0/+1