summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorLines
2019-11-14Start work on EnergyTrace loaderDaniel Friesel-17/+304
2019-11-13use barcode synchronization when running EnergyTrace benchmarksDaniel Friesel-5/+374
2019-11-12ParamStats: compute statistics in parallelDaniel Friesel-161/+183
2019-10-30Allow taking DFA/PTA measurements with EnergyTrace hardwareDaniel Friesel-3/+42
2019-10-25dfatool: More error handling, support a posteriori argumentsDaniel Friesel-12/+67
2019-10-22prepare proper overall error measuresDaniel Friesel-0/+11
2019-10-22dfatool: split up assess and assess_on_tracesDaniel Friesel-20/+25
2019-10-15documentationDaniel Friesel-18/+38
2019-10-15PTA: Add from_file constructorDaniel Friesel-6/+17
2019-10-11add helper functions for co-dependent parameter detectionDaniel Friesel-66/+203
2019-10-10RawData: Re-add cachingDaniel Friesel-0/+26
2019-10-08dfatool: refactor get_staticDaniel Friesel-30/+14
2019-10-07Move codependent parameter logic to ParamStats / parameters.pyDaniel Friesel-134/+204
2019-10-07move ParamStats and helper functions to lib/parameters.pyDaniel Friesel-437/+441
2019-10-07dfatool/PTAModel: handle state/transitions being removed via filter_paramDaniel Friesel-21/+25
2019-10-07dokuDaniel Friesel-14/+26
2019-10-02runner: re-try mimosactl call if it failedDaniel Friesel-1/+3
2019-10-02documentationDaniel Friesel-32/+46
2019-10-02improve co-dependent parameter detection logicDaniel Friesel-29/+66
2019-10-01initial check for boolean parameters' influence on other parametersDaniel Friesel-4/+30
2019-09-30std_by_param: return stddev matrix by individual parameter valuesDaniel Friesel-27/+38
2019-09-27prepare stddev-by-param-value matrix for fine-grained parameter analysisDaniel Friesel-3/+48
2019-09-27dfatool: fix support for RawData v0 (indentation error)Daniel Friesel-1/+1
2019-09-27add filter-param support to analyze-archiveDaniel Friesel-0/+26
2019-09-27dfatool RawData v1: Correctly handle repeated measurementsDaniel Friesel-1/+6
2019-09-26Use individuel MIMOSA log files per repetition; documentationDaniel Friesel-59/+163
2019-09-25PTA: Add shrink_argument_values functionDaniel Friesel-0/+26
2019-09-25Transition: fix arg_to_param_map semanticsDaniel Friesel-2/+2
2019-09-25PTA: handle None in parameter value normalizationDaniel Friesel-6/+10
2019-09-25is_numeric: Also accept float valuesDaniel Friesel-2/+2
2019-09-25generate dfa benchmark: Add 20us sleep for MIMOSA syncDaniel Friesel-1/+4
2019-09-25PTA: Add support for loop transitions in YAMLDaniel Friesel-9/+16
2019-09-23Fix model generation on legacy data formatDaniel Friesel-14/+39
2019-09-20dfatool: Refactor RawData._preprocess*Daniel Friesel-74/+57
2019-09-20RawData: Add initial support for dfatool v1 measurementsDaniel Friesel-19/+151
2019-09-20MIMOSA: Documentation, log errorsDaniel Friesel-78/+121
2019-09-19harness / generate-dfa-benchmark: terminate logging after reaching repeat countDaniel Friesel-3/+12
2019-09-19codegen / simulated accounting: respect granularityDaniel Friesel-10/+72
2019-09-18mostly working mimosa benchmarks. to do: load and parse dataDaniel Friesel-26/+84
2019-09-18MIMOSAMonitor: Add mimosactl invocationsDaniel Friesel-2/+19
2019-09-17automata: Add missing transitions to to_jsonDaniel Friesel-1/+11
2019-09-17Mod: Allow initialization from another Mod objectDaniel Friesel-0/+2
2019-09-12evaluate online accounting accuracy for verying variable sizeDaniel Friesel-13/+20
2019-09-12pta.simulate: Add accounting via SimulatedAccountingMethodDaniel Friesel-4/+14
2019-09-12PTA: Always use integer energy dataDaniel Friesel-2/+2
2019-09-11add simulation classes for online energy accounting inaccuraciesDaniel Friesel-2/+253
2019-09-11PTA: Support sleep pseudo-transitions in DFSDaniel Friesel-17/+38
2019-09-11PTA: Use "None" transition for sleepDaniel Friesel-3/+17
2019-09-11generate-dfa-benchmark: Do not harcode codegen methodDaniel Friesel-2/+14
2019-09-09add more static accounting methodsDaniel Friesel-5/+118