From b621489268b00e816eb18e72be53f9a049787ffb Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Tue, 10 Aug 2010 18:04:54 -0800 Subject: refactor: mostly finished getting rid of extern decl [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7183] --- src/gpgpu-sim/stat-tool.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/gpgpu-sim/stat-tool.h') diff --git a/src/gpgpu-sim/stat-tool.h b/src/gpgpu-sim/stat-tool.h index 79de754..d67daf5 100644 --- a/src/gpgpu-sim/stat-tool.h +++ b/src/gpgpu-sim/stat-tool.h @@ -68,6 +68,7 @@ #include "../abstract_hardware_model.h" #include +#include void try_snap_shot (unsigned long long current_cycle); void set_spill_interval (unsigned long long interval); @@ -80,7 +81,7 @@ void cflog_snapshot( int logger_id, unsigned long long cycle ); void cflog_print(FILE *fout); void cflog_print_path_expression(FILE *fout); void cflog_visualizer_print(FILE *fout); - +void cflog_visualizer_gzprint(gzFile fout); void insn_warp_occ_create( int n_loggers, int simd_width, int n_insn ); void insn_warp_occ_log( int logger_id, address_type pc, int warp_occ ); @@ -120,5 +121,6 @@ void shader_CTA_count_unlog( int shader_id, int nCTAdone ); void shader_CTA_count_resetnow( ); void shader_CTA_count_print( FILE *fout ); void shader_CTA_count_visualizer_print( FILE *fout ); +void shader_CTA_count_visualizer_gzprint(gzFile fout); #endif /* CFLOGGER_H */ -- cgit v1.3