37 <p>Select Relation or Rules from the top bar to see a table of Relations or Rules</p>
38 <p>Tables show:</p>
39 <ul>
40 <li>Name/description</li>
41 <li>ID(generated by profiler)</li>
42 <li>Total time the rule/relation was being processed</li>
43 <li>Non-recursive time</li>
44 <li>Recursive time</li>
45 <li>Copy time</li>
46 <li>number of Tuples of the Rule/relation</li>
47 <li>Percentage of time the rule/relation ran in comparison to the total</li>
48 <li>Percentage of tuples generated by the rule/relation compared to the total</li>
49 <li>The source location of the rule/relation in the datalog file</li>
50 </ul>
51 <p>The tables are sortable by all columns by clicking on the header. Number precision can be toggled by pressing the button at the top of the page to show either shorthand or full precision.</p>
52 <p>In the relation tab, to see the rules of a relation, select a relation from the table, and a table of rules will appear below. Similary, by selecting a Rule in the Rule tab, a list of versions of the rule will show up (for recursive rules).</p>
53 <p>To visualise a graph of a relation, select the relation from the Relations table, then press the graph selected button to show the iterations of the Relation</p>
54 <p>Similarly for a Rule, in the Rules table, select a rule, and select either graph the selected rule's iterations or the versions of the selected rule.</p>