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
/
lib
/
dfatool.py
Age
Commit message (
Expand
)
Author
Lines
2020-07-06
move gplearn_to_function to functions module
Daniel Friesel
-47
/
+0
2020-07-06
dfatool: EnergyTraceLog: Log error if zbar is not available
Daniel Friesel
-0
/
+1
2020-07-06
dfatool: Remove unused imports
Daniel Friesel
-8
/
+1
2020-07-06
Move ParamFit, PTAModel, AnalyticModel to model.py module
Daniel Friesel
-1171
/
+0
2020-07-06
Move CrossValidator to a separate validation module
Daniel Friesel
-264
/
+18
2020-07-03
move get_fit_result to ParamFit class
Daniel Friesel
-58
/
+54
2020-07-03
more consistent logging; use logger. instead of logging. where appropriate
Daniel Friesel
-22
/
+20
2020-07-02
Use logging module for debug output
Daniel Friesel
-77
/
+40
2020-07-01
Restore k-fold cross validation support
Daniel Friesel
-8
/
+91
2020-06-25
analyze-archive: Add --info option
Daniel Friesel
-1
/
+5
2020-05-28
dfatool: EnergyTraceLog: Add power trace export (with_traces=True)
Daniel Friesel
-33
/
+41
2020-05-28
use black(1) for uniform code formatting
Daniel Friesel
-628
/
+1169
2020-05-14
Allow individual energy/power traces to be exported to the file system
Daniel Friesel
-6
/
+22
2020-04-30
dfatool: Fix Code128 import
Daniel Friesel
-1
/
+1
2020-04-29
Use relative module paths. PYTHONPATH=lib bin/... is no longer needed
Daniel Friesel
-5
/
+5
2020-04-29
move running_mean helper from dfatool to utils
Daniel Friesel
-12
/
+1
2019-12-11
PTA: add attribute error measures to JSON model
Daniel Friesel
-2
/
+4
2019-12-10
make analyze-archive --export work without --hwmodel
Daniel Friesel
-3
/
+18
2019-11-21
autopep8 / flake8
Daniel Friesel
-273
/
+273
2019-11-20
RawData: remove precomputed offline_aggregates from invalid EnergyTraceLog runs
Daniel Friesel
-19
/
+40
2019-11-19
EnergyTraceLog: Handle missing duration entries
Daniel Friesel
-4
/
+19
2019-11-19
EnergyTraceLog: clean up function signatures
Daniel Friesel
-19
/
+19
2019-11-18
EnergyTraceLog: Improve detection, adjust for ptalog.h changes
Daniel Friesel
-13
/
+22
2019-11-18
dfatool: minor code cleanup
Daniel Friesel
-21
/
+13
2019-11-18
dfatool: save preprocessing stats in cache
Daniel Friesel
-2
/
+8
2019-11-18
EnergyTraceLog: Finish parser. model analysis is working.
Daniel Friesel
-28
/
+202
2019-11-15
todos
Daniel Friesel
-4
/
+15
2019-11-15
handle missing python3-zbar module (e.g. on Debian Stable)
Daniel Friesel
-2
/
+14
2019-11-15
EnergyTrace: recovered transition offsets are correct \o/
Daniel Friesel
-19
/
+74
2019-11-14
Start work on EnergyTrace loader
Daniel Friesel
-17
/
+304
2019-10-25
dfatool: More error handling, support a posteriori arguments
Daniel Friesel
-12
/
+67
2019-10-22
prepare proper overall error measures
Daniel Friesel
-0
/
+11
2019-10-22
dfatool: split up assess and assess_on_traces
Daniel Friesel
-20
/
+25
2019-10-15
PTA: Add from_file constructor
Daniel Friesel
-6
/
+5
2019-10-11
add helper functions for co-dependent parameter detection
Daniel Friesel
-15
/
+25
2019-10-10
RawData: Re-add caching
Daniel Friesel
-0
/
+26
2019-10-08
dfatool: refactor get_static
Daniel Friesel
-30
/
+14
2019-10-07
Move codependent parameter logic to ParamStats / parameters.py
Daniel Friesel
-46
/
+2
2019-10-07
move ParamStats and helper functions to lib/parameters.py
Daniel Friesel
-184
/
+2
2019-10-07
dfatool/PTAModel: handle state/transitions being removed via filter_param
Daniel Friesel
-21
/
+25
2019-10-07
doku
Daniel Friesel
-14
/
+26
2019-10-02
improve co-dependent parameter detection logic
Daniel Friesel
-12
/
+46
2019-10-01
initial check for boolean parameters' influence on other parameters
Daniel Friesel
-1
/
+15
2019-09-27
dfatool: fix support for RawData v0 (indentation error)
Daniel Friesel
-1
/
+1
2019-09-27
add filter-param support to analyze-archive
Daniel Friesel
-0
/
+26
2019-09-27
dfatool RawData v1: Correctly handle repeated measurements
Daniel Friesel
-1
/
+6
2019-09-26
Use individuel MIMOSA log files per repetition; documentation
Daniel Friesel
-28
/
+19
2019-09-23
Fix model generation on legacy data format
Daniel Friesel
-14
/
+39
2019-09-20
dfatool: Refactor RawData._preprocess*
Daniel Friesel
-74
/
+57
2019-09-20
RawData: Add initial support for dfatool v1 measurements
Daniel Friesel
-19
/
+151
[next]