Necktschnagge / markov_chain_analyzer

MC Analyzer - a tool to calculate edge-reward expects, variances and covariances in discrete time markov chains
MIT License
0 stars 0 forks source link

Log performance measures in json format #9

Closed Necktschnagge closed 4 years ago

Necktschnagge commented 4 years ago

DONE 👍 remove loghelper printduration!

Necktschnagge commented 4 years ago

Example for storing measure data in json was given.

DONE 👍 Still need to add logs to all the other supported commands!

DONE 👍 Please again check: All measure data should be stored in json as double because of integer overflow. Or... find out how to tell nlohmann::json to alsways use int64_t ...

Necktschnagge commented 4 years ago

At https://github.com/Necktschnagge/markov_chain_analyzer/pull/9/commits/0ba6801e9af81b031eab0ece8702c8418ce72341 it is possible to get sensible output to paste into *.tex

Necktschnagge commented 4 years ago

DONE 👍 Please fix: use string constants class to enable consistent naimg of attributes in log json

Necktschnagge commented 4 years ago

Leaving open action item: #17