Searched refs:encode_time (Results 1 – 2 of 2) sorted by relevance
374 uint64_t encode_time = (stop - start).Microseconds(); in GetElapsedTimeMicroseconds() local375 assert(encode_time < in GetElapsedTimeMicroseconds()377 return static_cast<int>(encode_time); in GetElapsedTimeMicroseconds()
69 time: (self.encode_time, self.decode_time),305 encode_time = encode_date variable in SDBConverter