diff options
| author | Tor Aamodt <[email protected]> | 2010-08-10 18:04:54 -0800 |
|---|---|---|
| committer | Tor Aamodt <[email protected]> | 2010-08-10 18:04:54 -0800 |
| commit | b621489268b00e816eb18e72be53f9a049787ffb (patch) | |
| tree | 7acb45634570179f27caaed9ae8243868c72c549 /src/gpgpu-sim/stat-tool.h | |
| parent | 6eb2c84753d4538ef6ee6ee27802bff9adbbefab (diff) | |
refactor: mostly finished getting rid of extern decl
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7183]
Diffstat (limited to 'src/gpgpu-sim/stat-tool.h')
| -rw-r--r-- | src/gpgpu-sim/stat-tool.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 <stdio.h> +#include <zlib.h> 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 */ |
