Don Hatch (hatch++at++hell.engr.sgi.com)
Fri, 5 Sep 1997 08:48:34 -0700
Others have seen the every-two-seconds jump as well.
It turns out it was due to frame stats collection, which is done
be default every 2 seconds.
If you are working from perfly source,
you can change this by looking for the lines:
pfFStatsAttr(fsp, PFFSTATS_UPDATE_SECS, 2.0f);
first = 0;
and changing them to:
pfFStatsAttr(fsp, PFFSTATS_UPDATE_SECS, whatever_you_want);
if (i == ViewState->numChans-1)
first = 0; /* did it on all the channels once */
(The added "if" should have been there all along;
without it, this will only happen on the first channel,
which is wrong when running with multiple channels;
this will be fixed in Performer 2.2).
Don
--
Don Hatch hatch++at++sgi.com (415) 933-5150 Silicon Graphics, Inc.
=======================================================================
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 Mon Aug 10 1998 - 17:55:53 PDT