diff options
| author | JRPan <[email protected]> | 2023-06-13 20:40:07 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-06-13 20:40:07 +0800 |
| commit | b0e65fef7e1620a43fb2ba480ad74de8d7919bdd (patch) | |
| tree | a7ab7a51578a9247f5ec082cae87e828db95f80d /src/gpgpu-sim/stat-tool.cc | |
| parent | 8ca01b0721445de3b044e70327fd69f017a75ef0 (diff) | |
| parent | b471b3481b2399222ffd9ee0f007628834e68767 (diff) | |
Merge branch 'dev' into dev
Diffstat (limited to 'src/gpgpu-sim/stat-tool.cc')
| -rw-r--r-- | src/gpgpu-sim/stat-tool.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/stat-tool.cc b/src/gpgpu-sim/stat-tool.cc index 0513d17..08bbe9e 100644 --- a/src/gpgpu-sim/stat-tool.cc +++ b/src/gpgpu-sim/stat-tool.cc @@ -519,7 +519,7 @@ void thread_insn_span::print_span(FILE *fout) const { fprintf(fout, "%d: ", (int)m_cycle); span_count_map::const_iterator i_sc = m_insn_span_count.begin(); for (; i_sc != m_insn_span_count.end(); ++i_sc) { - fprintf(fout, "%d ", i_sc->first); + fprintf(fout, "%llx ", i_sc->first); } fprintf(fout, "\n"); } |
