From 11b308e7363e937966b035b4891db32b4eece3bf Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Fri, 1 Oct 2010 08:55:28 -0800 Subject: integrating recent changes from fermi-test into fermi (i'll use "fermi" for more disruptive changes to the pipeline model such as updating the MSHRs and getting rid of the warp tracker, ripping out DWF, etc...) [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7805] --- src/intersim/statwraper.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/intersim/statwraper.h') diff --git a/src/intersim/statwraper.h b/src/intersim/statwraper.h index 35ca6de..65c2ab9 100644 --- a/src/intersim/statwraper.h +++ b/src/intersim/statwraper.h @@ -1,13 +1,12 @@ #ifndef STAT_WRAPER_H #define STAT_WRAPER_H -void* StatCreate (const char * name, double bin_size, int num_bins) ; +class Stats* StatCreate (const char * name, double bin_size, int num_bins) ; void StatClear(void * st); void StatAddSample (void * st, int val); double StatAverage(void * st) ; double StatMax(void * st) ; double StatMin(void * st) ; void StatDisp (void * st); -void StatDumptofile (void * st, FILE f); #endif -- cgit v1.3