diff options
Diffstat (limited to 'src/gpgpu-sim/l2cache.cc')
| -rw-r--r-- | src/gpgpu-sim/l2cache.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gpgpu-sim/l2cache.cc b/src/gpgpu-sim/l2cache.cc index 0237525..0edc3b7 100644 --- a/src/gpgpu-sim/l2cache.cc +++ b/src/gpgpu-sim/l2cache.cc @@ -741,7 +741,8 @@ void memory_sub_partition::clear_L2cache_stats_pw() { void memory_sub_partition::visualizer_print( gzFile visualizer_file ) { - // TODO: Add visualizer stats for L2 cache + // Support for L2 AerialVision stats + // Per-sub-partition stats would be trivial to extend from this cache_sub_stats_pw temp_sub_stats; get_L2cache_sub_stats_pw(temp_sub_stats); |
