ANALYZE FORMAT=JSON: better output and tests

- Print r_loops
- Always print r_* members. Print NULL values if no scans took place
- Added testcases.
This commit is contained in:
Sergei Petrunia 2014-11-29 03:07:24 +03:00
commit e235bb864d
6 changed files with 270 additions and 8 deletions

View file

@ -99,6 +99,7 @@ public:
void add_ll(longlong val);
void add_double(double val);
void add_bool(bool val);
void add_null();
private:
void add_unquoted_str(const char* val);