Re: [osg-users] user stats update

2015-11-20 Thread Robert Osfield
On 20 November 2015 at 18:04, Riccardo Corsi wrote: > Hi Robert, > > I clearly understand. > Can you please just shade some light on the other question that came up in > the conversation? > > > Regarding the drawing stats affected by the driver blocking behavior, > >

Re: [osg-users] user stats update

2015-11-19 Thread Robert Osfield
Hi Ricky, I'm afraid I can't help further there are too many unknowns to provide guidance. Robert. On 19 November 2015 at 14:51, Riccardo Corsi wrote: > Hi Robert, > > I wasn't able to reproduce the issue with as osg example. > But I've found that if just set to

Re: [osg-users] user stats update

2015-11-19 Thread Riccardo Corsi
Hi Robert, I wasn't able to reproduce the issue with as osg example. But I've found that if just set to true the "average" flag when calling I addUserStatsLine(), the flickering disappear. Don't know if this is helpful, but the result just works for me. Regarding the drawing stats affected by

Re: [osg-users] user stats update

2015-11-18 Thread Robert Osfield
Hi Ricky, When you mean flickering, could it simply be that the frame timing stats is jumping between two extremes on alternate frames. In certain circumstances the driver can block and draw dispatch times can suddenly go up massively even though that actual system shouldn't be overloaded. In

Re: [osg-users] user stats update

2015-11-18 Thread Riccardo Corsi
Hi Robert, with "flickering" I mean that the labels of my custom stats lines are always showing, while the numeric value besides them disappear in some frames. They apparently disappear under the conditions explained in my previous email. This is true only for my custom stats, and not the default

Re: [osg-users] user stats update

2015-11-18 Thread Robert Osfield
On 18 November 2015 at 15:14, Riccardo Corsi wrote: > Hi all, > > in my project I'm using some custom statistics as in the osguserstats.cpp > example. > > In the example, user stats are updated every frame between advance() and > eventTraversal(). > > In my case, I

[osg-users] user stats update

2015-11-18 Thread Riccardo Corsi
Hi all, in my project I'm using some custom statistics as in the osguserstats.cpp example. In the example, user stats are updated every frame between advance() and eventTraversal(). In my case, I was trying to update my stats between eventTRaversal() and updateTraversal(), where I already

Re: [osg-users] user stats update

2015-11-18 Thread Robert Osfield
Hi Ricky, This type of behaviour can be difficult to diagnose when you have all the data and software in front of you, when you only have reports from a 3rd party it's unfortunately next to impossible to diagnose. Since I can't determine the problem there isn't anything I can suggest. If you