Skip to content

Commit

Permalink
chore: minor modifies (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymousGiga authored Mar 11, 2024
1 parent d8fb6cf commit f08b574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/perf-metrics/src/dashboard/opcode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ impl From<&OpcodeRecord> for OpcodeStats {

impl OpcodeStats {
fn print_opcode_title(&self) {
println!("===========================================================================Metric of instruction======================================================================");
println!("==============================================================================Opcode cost table=======================================================================");
println!(
"{: <COL_WIDTH$}{:>COL_WIDTH$}{:>COL_WIDTH$}{:>COL_WIDTH$}{:>COL_WIDTH$} \
{:>COL_WIDTH$}{:>COL_WIDTH$}{:>COL_WIDTH$}{:>COL_WIDTH$}{:>COL_WIDTH$}{:>COL_WIDTH$}",
Expand Down

0 comments on commit f08b574

Please sign in to comment.