Skip to content

Commit

Permalink
Increase size of total time column in CPU profiler (#2814)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzieschmoll committed Mar 18, 2021
1 parent 8f6288a commit 90fa90d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import '../url_utils.dart';
import '../utils.dart';
import 'cpu_profile_model.dart';

const _timeColumnWidthPx = 160.0;
const _timeColumnWidthPx = 180.0;

class SelfTimeColumn extends ColumnData<CpuStackFrame> {
SelfTimeColumn({String titleTooltip})
Expand Down

0 comments on commit 90fa90d

Please sign in to comment.