Skip to content

Commit

Permalink
chore: adds todo
Browse files Browse the repository at this point in the history
  • Loading branch information
maraisr committed Aug 1, 2023
1 parent 967581c commit 6d5591d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/exporter.console.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ export function exporter(max_cols = 120) {
let t_dur = max_time - min_time;
let t_dur_str = format(t_dur);

// TODO: perform these calculations across all spans in all scopes so the boxes align

// [ cols ]
// { time }
let max_time_length = t_dur_str.length;
Expand Down

0 comments on commit 6d5591d

Please sign in to comment.