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 }