Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167785
b: refs/heads/master
c: dc79959
h: refs/heads/master
i:
  167783: 21e4030
v: v3
  • Loading branch information
Tim Blechmann authored and Ingo Molnar committed Oct 19, 2009
1 parent 191ede4 commit 037b1da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 210f9cb2cf2effca690271085f4bd6a3ea286e6c
refs/heads/master: dc79959aaf80e518741657a702fa2727c86c1189
2 changes: 2 additions & 0 deletions trunk/tools/perf/builtin-top.c
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,8 @@ static void handle_keypress(int c)
switch (c) {
case 'd':
prompt_integer(&delay_secs, "Enter display delay");
if (delay_secs < 1)
delay_secs = 1;
break;
case 'e':
prompt_integer(&print_entries, "Enter display entries (lines)");
Expand Down

0 comments on commit 037b1da

Please sign in to comment.