index
:
dfatool
decisiontrees
feature/lennart/get_files_array
kconfig-modeling
lennart
main
master
merge-prep/janis
merge-prep/lennart
state-duration-timers
Performance Model Generation for Configurable System Components
derf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
analyze-archive.py
Age
Commit message (
Expand
)
Author
Lines
2024-01-25
add an optional XV progress bar
Birte Kristina Friesel
-0
/
+1
2024-01-24
Revert "analyze-archive: pass static=True to static xv (ensures force_tree=Fa...
Birte Kristina Friesel
-4
/
+2
2024-01-23
analyze-archive: pass static=True to static xv (ensures force_tree=False)
Birte Kristina Friesel
-2
/
+4
2024-01-23
analyze archive: include timing data in dataref export
Birte Kristina Friesel
-7
/
+17
2024-01-23
analyze-archive: use main() function for main logic
Birte Kristina Friesel
-2
/
+4
2024-01-23
logging: re-add log level and module name to output. whoops.
Birte Kristina Friesel
-1
/
+5
2024-01-23
logging: include timestamps in log output
Birte Kristina Friesel
-1
/
+1
2024-01-23
--function-override: Use : for splitting to support spaces in key/attr names
Birte Kristina Friesel
-2
/
+2
2024-01-22
analyze-archive: --export-traces: Handle numpy arrays via NpEncoder
Birte Kristina Friesel
-1
/
+1
2024-01-22
Add --skip-param-stats support to analyze-{archive,log}
Birte Kristina Friesel
-1
/
+7
2024-01-12
add --filter-observations
Birte Kristina Friesel
-0
/
+6
2024-01-12
Move --force-tree definition to cli.py
Birte Kristina Friesel
-5
/
+0
2024-01-11
Rename --show-model-size to --show-model-complexity
Birte Kristina Friesel
-2
/
+2
2024-01-11
Fix xv_count handling
Birte Kristina Friesel
-1
/
+1
2024-01-11
Rename --show-quality=table to --show-model-error
Birte Kristina Friesel
-4
/
+3
2024-01-11
move --show-quality=table header to cli.py
Birte Kristina Friesel
-0
/
+1
2024-01-11
add --export-json option
Birte Kristina Friesel
-0
/
+4
2024-01-11
consistently export --plot-param graphs to PDF
Birte Kristina Friesel
-0
/
+2
2024-01-11
move --plot-param definition to cli.py
Birte Kristina Friesel
-10
/
+0
2024-01-10
CLI: Add a minimal sanity check
Birte Kristina Friesel
-0
/
+1
2024-01-10
refactor --show-model=param into lib/cli.py
Birte Kristina Friesel
-26
/
+6
2024-01-10
--show-model=param: add CART support
Birte Kristina Friesel
-18
/
+20
2024-01-09
--show-model=param: show static model where no function has been found
Birte Kristina Friesel
-0
/
+2
2024-01-09
move --show-model to cli.py
Birte Kristina Friesel
-21
/
+8
2024-01-09
consistently use --show-model (not --show-models)
Birte Kristina Friesel
-1
/
+1
2023-12-22
add --plot-unparam support to analyze-kconfig; move definition to cli.py
Birte Kristina Friesel
-7
/
+0
2023-12-22
analyze-archive, analyze-kconfig: add --normalize-nfp support
Birte Kristina Friesel
-0
/
+4
2023-12-22
analyze-archive: add --boxplot-param support
Birte Kristina Friesel
-0
/
+3
2023-12-22
analyze-archive, analyze-kconfig: add --export-json-unparam support
Birte Kristina Friesel
-0
/
+3
2023-12-21
analyze-*: consistently split --plot-param plots on colons (:)
Birte Kristina Friesel
-2
/
+2
2023-12-20
--show-quality=table: customizable --error-metric; default smape, fallback mae
Birte Kristina Friesel
-0
/
+2
2023-12-20
remove unsupported --show-quality choices
Birte Kristina Friesel
-4
/
+3
2023-12-20
Do not run XV on LUT model; it's not helpful.
Birte Kristina Friesel
-15
/
+10
2023-12-14
analyze-archive: remove unsupported HTML output as well
Birte Kristina Friesel
-144
/
+3
2023-12-14
analyze-archive: remove unsupported tex output, use pgf/dref export instead
Birte Kristina Friesel
-61
/
+2
2023-12-07
analyze-archive: add --boxplot-unparam support
Birte Kristina Friesel
-0
/
+32
2023-11-27
show-model=static: leave out parameter dependence heuristics
Birte Kristina Friesel
-2
/
+12
2023-11-13
move --function-override to lib/cli.py
Birte Kristina Friesel
-8
/
+0
2022-12-22
allow limiting precision of dataref exports
Daniel Friesel
-1
/
+3
2022-11-10
analyze-archive: add --ignore-param support
Daniel Friesel
-14
/
+16
2022-10-18
--export-dref: do not export xv data for non-xv models
Daniel Friesel
-1
/
+1
2022-06-10
move filter-param to cli
Daniel Friesel
-8
/
+0
2022-03-29
add --export-pgf-unparam option (export raw observations for pgfplots)
Daniel Friesel
-0
/
+3
2022-02-25
add --export-raw-predictions
Daniel Friesel
-1
/
+6
2022-02-25
only export model xv results for --export-xv
Daniel Friesel
-1
/
+2
2022-02-24
add --export-xv option for t-tests and the like
Daniel Friesel
-0
/
+1
2022-02-21
add dtree graphviz/dot export via --export-dot / to_dot()
Daniel Friesel
-2
/
+5
2022-02-18
move dataref export to cli.py
Daniel Friesel
-9
/
+1
2022-02-18
move --info to cli as well
Daniel Friesel
-45
/
+8
2022-02-18
move --log-level and --info to cli.py
Daniel Friesel
-12
/
+0
[next]