Skip to content
This repository has been archived by the owner on Dec 20, 2017. It is now read-only.

Commit

Permalink
Changes graph help message to indicate it only works for C rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom King committed Sep 29, 2016
1 parent 32ef5b3 commit 9fd4a0b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions prof/src/com/oracle/souffleprof/Tui.java
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,10 @@ private void help() {
"graph the relation by type(tot_t/copy_t/tuples).")));
System.out.print((String.format(" %-30s%-5s %-10s\n",
"graph <rule id> <type>", "-",
"graph the rule by type(tot_t/tuples).")));
"graph the rule (C rules only) by type(tot_t/tuples).")));
System.out.print((String.format(" %-30s%-5s %-10s\n",
"graph ver <rule id> <type>", "-",
"graph the rule versions by type(tot_t/tuples).")));
"graph the rule versions (C rules only) by type(tot_t/tuples).")));
System.out.print((String.format(" %-30s%-5s %-10s\n", "top", "-",
"display top-level summary of program run.")));
System.out.print((String.format(" %-30s%-5s %-10s\n", "help", "-",
Expand Down
4 changes: 2 additions & 2 deletions tests/profile/hmmer/out/help.out
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Available profiling commands:
rul id - display all rules names and ids.
rul id <rule id> - display the rule name for the given rule id.
graph <relation id> <type> - graph the relation by type(tot_t/copy_t/tuples).
graph <rule id> <type> - graph the rule by type(tot_t/tuples).
graph ver <rule id> <type> - graph the rule versions by type(tot_t/tuples).
graph <rule id> <type> - graph the rule (C rules only) by type(tot_t/tuples).
graph ver <rule id> <type> - graph the rule versions (C rules only) by type(tot_t/tuples).
top - display top-level summary of program run.
help - print this.

Expand Down
4 changes: 2 additions & 2 deletions tests/profile/lrg_attr_id/out/help.out
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Available profiling commands:
rul id - display all rules names and ids.
rul id <rule id> - display the rule name for the given rule id.
graph <relation id> <type> - graph the relation by type(tot_t/copy_t/tuples).
graph <rule id> <type> - graph the rule by type(tot_t/tuples).
graph ver <rule id> <type> - graph the rule versions by type(tot_t/tuples).
graph <rule id> <type> - graph the rule (C rules only) by type(tot_t/tuples).
graph ver <rule id> <type> - graph the rule versions (C rules only) by type(tot_t/tuples).
top - display top-level summary of program run.
help - print this.

Expand Down

0 comments on commit 9fd4a0b

Please sign in to comment.