#1183 - Support transaction profiling, move away from binary encoding

This commit is contained in:
Rob Bygrave
2017-10-26 23:32:44 +13:00
parent 37d001f754
commit 55d66ae851
19 changed files with 269 additions and 177 deletions
@@ -173,7 +173,7 @@ public class CQuery<T> implements DbReadContext, CancelableQuery, SpiProfileTran
private final Boolean readOnly;
private int profileOffset;
private long profileOffset;
private long startNano;
private long executionTimeMicros;