commit | e539cb857f36dc0c6ca1f0e4af4d886c93ea1cfe | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Tue Sep 22 11:09:00 2015 +0200 |
committer | Pierre Ossman <ossman@cendio.se> | Tue Sep 22 11:09:00 2015 +0200 |
tree | 97aa2e645fef32630d1dfb999e9ffb9ebb7b42bb | |
parent | eccaac0742d6e49b446096dd7c1be4580ed02996 [diff] [blame] |
Track statistics for CopyRect
diff --git a/common/rfb/EncodeManager.h b/common/rfb/EncodeManager.h index a3df8f7..79db950 100644 --- a/common/rfb/EncodeManager.h +++ b/common/rfb/EncodeManager.h
@@ -112,6 +112,7 @@ typedef std::vector< std::vector<struct EncoderStats> > StatsVector; unsigned updates; + EncoderStats copyStats; StatsVector stats; int activeType; int beforeLength;