summaryrefslogtreecommitdiff
path: root/lib/utils.py
AgeCommit message (Expand)AuthorLines
2019-08-13Improve _try_fits performance and fairnessDaniel Friesel-0/+3
2019-07-24Improve debuggingDaniel Friesel-1/+5
2019-05-16utils: Add soft_cast_float; float support in config stringsDaniel Friesel-1/+15
2019-05-08conf str: use foo=foo=bar,quux=lol instead of foo=foo:bar,quux:lolDaniel Friesel-1/+1
2019-05-08add cpu cycles -> cpu energy and packet size -> tx energy for protocolmodelingDaniel Friesel-0/+22
2019-03-25_mean_std_by_param: Handle no partitions for attributeDaniel Friesel-1/+6
2019-03-21TimingAnalysis: Add missing newline in macro definitionDaniel Friesel-1/+1
2019-03-13Add simple per-statement C(++) timing analysis wrapperDaniel Friesel-0/+29
2019-02-14do not print paramstats warning during crossvalidationDaniel Friesel-6/+16
2019-02-05move flatten to utilsDaniel Friesel-0/+8
2019-02-05compute_param_statistics: Warn when encountering useless dataDaniel Friesel-1/+10
2019-02-05move float_or_nan to utilsDaniel Friesel-0/+9
2019-02-01compute_param_statistics: Note that 'param' must also be setDaniel Friesel-0/+4
2019-02-01DokuDaniel Friesel-16/+46
2019-02-01move parameter detection / statistics methods to utils (for now)Daniel Friesel-0/+92
2018-04-26refactor function code into separate file to solve circular importDaniel Friesel-0/+8