Add some more frame stats granularity, skip frame stats on no-data calls
This commit is contained in:
@@ -186,6 +186,13 @@ namespace rfb {
|
||||
return encodeManager.webpstats;
|
||||
}
|
||||
|
||||
unsigned getEncodingTime() const {
|
||||
return encodeManager.getEncodingTime();
|
||||
}
|
||||
unsigned getScalingTime() const {
|
||||
return encodeManager.getScalingTime();
|
||||
}
|
||||
|
||||
private:
|
||||
// SConnection callbacks
|
||||
|
||||
|
||||
Reference in New Issue
Block a user