mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-31 06:29:20 +00:00
engine: upgrade benchmark
This commit is contained in:
+7
-1
@@ -34,13 +34,19 @@ public:
|
||||
void StopBenchmark();
|
||||
void SetResultsFilename( const char *pFilename );
|
||||
void Upload();
|
||||
void Frame();
|
||||
|
||||
private:
|
||||
bool m_bIsTestRunning;
|
||||
char m_szFilename[256];
|
||||
|
||||
int m_flStartTime;
|
||||
float m_flStartTime;
|
||||
int m_iStartFrame;
|
||||
|
||||
float m_flNextSecondTime;
|
||||
int m_iNextSecondFrame;
|
||||
|
||||
CUtlVector<int> m_FPSInfo;
|
||||
};
|
||||
|
||||
inline CBenchmarkResults *GetBenchResultsMgr()
|
||||
|
||||
Reference in New Issue
Block a user