RUS (Daniela.Rainer++at++RUS.Uni-Stuttgart.DE)
Wed, 5 Aug 1998 10:29:43 +0000
I still have the problem to display statistics in a stereo window.
pfFrameStats *fstats;
fstats = NULL;
I want to collect the statistics only from the left channel
fstats=leftChan->getFStats();
fstats->setClass(PFSTATS_ENGFX | PFSTATSHW_ENCPU , PFSTATS_ON);
And then draw the statistics of the left chan in both channels
fstats->draw(leftChan);
fstats->draw(rightChan);
The problem is, that I see the statistics always only in the right channel.
It does not depend if I comment out one of the fstats->draw.
Please give me a hint what is wrong with my code.
Best Regards
Daniela
--
-------------------------------------------------------------------------
Daniela Rainer | email: rainer++at++hlrs.de
Rechenzentrum Uni Stuttgart (RUS) | http://www.hlrs.de/people/rainer/
Allmandring 30a, 70550 Stuttgart | Tel: +49 (0) 711 685 5837
GERMANY | Fax: +49 (0) 711 682 357
=======================================================================
List Archives, FAQ, FTP: http://www.sgi.com/Technology/Performer/
Submissions: info-performer++at++sgi.com
Admin. requests: info-performer-request++at++sgi.com
This archive was generated by hypermail 2.0b2 on Tue Aug 11 1998 - 13:42:35 PDT