Commit Graph
4 Commits
Author SHA1 Message Date
Christian DietrichandHorst Schirmeier df44da9f33 DatabaseExperiment: Use google::protobuf::Reflection
The previous path google::protobuf::Message::Reflection was deprecated
in 2008 (779f61c6a3ce02a119e28e802f229e61b69b9046), and we only used
it here. With newer versions of proto-c, this breaks the build.
2020-12-16 15:38:29 +01:00
Christian DietrichandHorst Schirmeier 973716ff35 Database: fix typo in command line argument
This is an API breaking change. Nevertheless, help text and
command-line parser were out of sync and the variant of the help-text
does make much more sense.
2020-12-16 15:38:29 +01:00
Christian DietrichandHorst Schirmeier 743e746e0f editorconfig: add .editorfile to support a consistent coding style 2020-12-16 15:38:29 +01:00
Christian DietrichandHorst Schirmeier d296f15652 dump-trace: record the number of memory fault locations
With the number of accessed memory addresses and the duration of the
trace, we can deduce the size of the rectangular memory fault space.
This will be used in testing.
2020-12-16 15:38:29 +01:00