Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

metrics.cpp

Go to the documentation of this file.
00001 /* SCEA Confidential */
00002 
00003 //
00004 // ps2gl metrics module
00005 //
00006 //  Written by Stefan Boberg
00007 //
00008 
00009 #include "ps2gl/metrics.h"
00010 #include <string.h>
00011 
00012 Metric_t    g_Metrics[kMetricsCount];
00013 
00014 void 
00015 pglResetMetrics()
00016 {
00017     memset(g_Metrics, 0, sizeof(g_Metrics));
00018 }

ps2gl version 0.2