Data Fields | |
char const * | op |
Human-readable name of current operation. | |
int | lit_cmds |
Number of literal commands. | |
rs_long_t | lit_bytes |
Number of literal bytes. | |
rs_long_t | lit_cmdbytes |
Number of bytes used in literal command headers. | |
rs_long_t | copy_cmds |
rs_long_t | copy_bytes |
rs_long_t | copy_cmdbytes |
rs_long_t | sig_cmds |
rs_long_t | sig_bytes |
int | false_matches |
rs_long_t | sig_blocks |
Number of blocks described by the signature. | |
size_t | block_len |
rs_long_t | in_bytes |
Total bytes read from input. | |
rs_long_t | out_bytes |
Total bytes written to output. |
char const* rs_stats::op |
Human-readable name of current operation.
For example, "delta".
Number of literal commands.
Number of literal bytes.
Number of bytes used in literal command headers.
Number of blocks described by the signature.
Total bytes read from input.
Total bytes written to output.