Changeset c6adf17 for commands.c


Ignore:
Timestamp:
Oct 1, 2010, 9:22:20 PM (14 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.7, release-1.8, release-1.9
Children:
afaef6e
Parents:
385cce2
git-author:
David Benjamin <davidben@mit.edu> (09/25/10 02:02:45)
git-committer:
David Benjamin <davidben@mit.edu> (10/01/10 21:22:20)
Message:
Track names along with timers, add :show timers

This will help people with BarnOwls eating CPU to diagnose timer leaks.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    r118c919 rc6adf17  
    654654              "show subscriptions / show subs\n"
    655655              "show terminal\n"
     656              "show timers\n"
    656657              "show variables\n"
    657658              "show variable <variable>\n"
     
    22432244  } else if (!strcmp(argv[1], "styles")) {
    22442245    owl_function_show_styles();
     2246  } else if (!strcmp(argv[1], "timers")) {
     2247    owl_function_show_timers();
    22452248  } else if (!strcmp(argv[1], "subs") || !strcmp(argv[1], "subscriptions")) {
    22462249    owl_function_getsubs();
Note: See TracChangeset for help on using the changeset viewer.