uint64_t mytime_get_elapsed(void)
Get the number of milliseconds since the operation started.
Definition mytime.c:59
uint64_t opt_flush_timeout
Number of milliseconds to between LZMA_SYNC_FLUSHes.
Definition mytime.c:19
int mytime_get_flush_timeout(void)
Get the number of milliseconds until the next flush.
Definition mytime.c:74
void mytime_set_start_time(void)
Store the time when (de)compression was started.
Definition mytime.c:51
void mytime_set_flush_time(void)
Store the time of when compressor was flushed.
Definition mytime.c:66