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-kconfig.py
Age
Commit message (
Expand
)
Author
Lines
2024-06-28
analyze-kconfig: move paramValueToIndex to model root
Birte Kristina Friesel
-0
/
+4
2024-06-27
fix UnboundLocalError. Yay for Python variable scoping.
Birte Kristina Friesel
-7
/
+7
2024-06-27
analyze-kconfig: only import plotter (→matplotlib) when needed
Birte Kristina Friesel
-1
/
+6
2024-05-23
Support CSV exports in UNIX dialect (without CRLF) via --export-csv-dialect
Birte Kristina Friesel
-1
/
+3
2024-02-26
add --export-csv-unparam support
Birte Kristina Friesel
-0
/
+3
2024-02-19
categorial → categorical
Birte Kristina Friesel
-1
/
+1
2024-02-12
unfuck param_names / feature_names handling
Birte Kristina Friesel
-3
/
+1
2024-02-09
computers hard
Birte Kristina Friesel
-1
/
+1
2024-02-09
filter-param: support parameter names ending with '!'
Birte Kristina Friesel
-1
/
+6
2024-02-09
filter-param: support basic numeric operations and ∈ conditions
Birte Kristina Friesel
-1
/
+1
2024-02-09
--show-model-error: indicate loaded/json model values
Birte Kristina Friesel
-0
/
+1
2024-02-06
--export-json: pretty-print for easier manual editing
Birte Kristina Friesel
-1
/
+7
2024-02-02
analyze-log, analyze-kconfig: preliminary --load-json support
Birte Kristina Friesel
-20
/
+18
2024-01-25
add an optional XV progress bar
Birte Kristina Friesel
-0
/
+1
2024-01-24
analyze-kconfig: add timing information to dataref export
Birte Kristina Friesel
-26
/
+33
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
Add --skip-param-stats support to analyze-{archive,log}
Birte Kristina Friesel
-9
/
+0
2024-01-18
kconfig: ignore strings by default (implicit DFATOOL_KCONF_IGNORE_STRING=1)
Birte Kristina Friesel
-1
/
+1
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
-0
/
+1
2024-01-11
Rename --show-quality=table to --show-model-error
Birte Kristina Friesel
-27
/
+1
2024-01-11
move --show-quality=table header to cli.py
Birte Kristina Friesel
-6
/
+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
-14
/
+3
2024-01-10
analyze-kconfig: show-model=param: fix typo in StaticFunction
Birte Kristina Friesel
-1
/
+1
2024-01-10
--show-model=param: add CART support
Birte Kristina Friesel
-4
/
+9
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
-12
/
+0
2023-12-22
add --plot-unparam support to analyze-kconfig; move definition to cli.py
Birte Kristina Friesel
-0
/
+12
2023-12-22
analyze-archive, analyze-kconfig: add --normalize-nfp support
Birte Kristina Friesel
-0
/
+4
2023-12-22
move --boxplot-param implementation to cli.py
Birte Kristina Friesel
-38
/
+1
2023-12-22
analyze-archive, analyze-kconfig: add --export-json-unparam support
Birte Kristina Friesel
-0
/
+3
2023-12-21
analyze-kconfig: add --boxplot-(un)param and --non-interactive support
Birte Kristina Friesel
-3
/
+67
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
-2
/
+5
2023-12-20
remove unsupported --show-quality choices
Birte Kristina Friesel
-5
/
+2
2023-12-20
Do not run XV on LUT model; it's not helpful.
Birte Kristina Friesel
-15
/
+7
2023-11-27
show-model=static: leave out parameter dependence heuristics
Birte Kristina Friesel
-1
/
+7
2023-11-13
move --function-override to lib/cli.py
Birte Kristina Friesel
-8
/
+0
2023-11-13
analyze-kconfig: support --function-override
Birte Kristina Friesel
-0
/
+15
2022-12-22
allow limiting precision of dataref exports
Daniel Friesel
-1
/
+3
2022-11-29
analyze-kconfig: correctly handle choice blocks when loading archives
Daniel Friesel
-2
/
+2
2022-11-11
analyze-kconfig: note that --max-std only affects RMT generation
Daniel Friesel
-1
/
+1
[next]