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