| 143 | } |
| 144 | |
| 145 | int64_t getDurableVersion(const TraceEventFields& md) { |
| 146 | return boost::lexical_cast<int64_t>(md.getValue("DurableVersion")); |
| 147 | } |
| 148 | |
| 149 | // Computes the popped version lag for tlogs |
| 150 | int64_t getPoppedVersionLag(const TraceEventFields& md) { |
no test coverage detected