From ef8a5521e440baa2f86d468cdc9078f54ec7c0c0 Mon Sep 17 00:00:00 2001 From: Dongdong Li Date: Fri, 22 Nov 2013 15:38:36 -0800 Subject: Delete Intersim Code Review Issue: 113001 [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 17414] --- src/intersim/statwraper.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 src/intersim/statwraper.h (limited to 'src/intersim/statwraper.h') diff --git a/src/intersim/statwraper.h b/src/intersim/statwraper.h deleted file mode 100644 index 65c2ab9..0000000 --- a/src/intersim/statwraper.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef STAT_WRAPER_H -#define STAT_WRAPER_H - -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); - -#endif -- cgit v1.3