![]() |
---|
typedef struct timeval RMtime; #endif #ifdef RM_WIN #includelibrm library source file: rmstats.h#include /* see _ftime() */ typedef struct _timeb RMtime; #endif typedef struct RMstats { RMtime textureDownloadTime[2], renderStageTime[2], viewStageTime[2]; int nNodes, nPrims; int nTriangles, nQuads, nVectors, nPoints; int nTextures, nPixelBytes; } RMstats;