mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-13 20:21:06 +00:00
1
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
//=============================================================================//
|
||||
|
||||
#ifndef PERFSTATS_H
|
||||
#define PERFSTATS_H
|
||||
#ifdef _WIN32
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include "studio.h"
|
||||
#include "optimize.h"
|
||||
|
||||
enum
|
||||
{
|
||||
SPEWPERFSTATS_SHOWSTUDIORENDERWARNINGS = 1,
|
||||
SPEWPERFSTATS_SHOWPERF = 2,
|
||||
SPEWPERFSTATS_SPREADSHEET = 4,
|
||||
};
|
||||
|
||||
void SpewPerfStats( studiohdr_t *pStudioHdr, const char *pFilename, unsigned int flags );
|
||||
|
||||
#endif // PERFSTATS_H
|
||||
Reference in New Issue
Block a user