Skip to content

Implement xcb_total_read() and xcb_total_written().

Returns raw byte counts that have been read or written to the xcb_connection_t.

I found it very useful when developing a high level widget toolkit, to track down inefficient/sub-optimum code that generates a lot of X protocol traffic.

Signed-off-by: Sam Varshavchik mrsam@courier-mta.com

Merge request reports