| souffle
    2.0.2-371-g6315b36
    | 
#include <DataComparator.h>

| Static Public Member Functions | |
| static bool | C_T (const std::shared_ptr< Row > &a, const std::shared_ptr< Row > &b) | 
| Sort by copy time.  More... | |
| static bool | ID (const std::shared_ptr< Row > &a, const std::shared_ptr< Row > &b) | 
| Sort by ID.  More... | |
| static bool | NAME (const std::shared_ptr< Row > &a, const std::shared_ptr< Row > &b) | 
| Sort by name.  More... | |
| static bool | NR_T (const std::shared_ptr< Row > &a, const std::shared_ptr< Row > &b) | 
| Sort by non-recursive time.  More... | |
| static bool | R_T (const std::shared_ptr< Row > &a, const std::shared_ptr< Row > &b) | 
| Sort by recursive time.  More... | |
| static bool | TIME (const std::shared_ptr< Row > &a, const std::shared_ptr< Row > &b) | 
| Sort by total time.  More... | |
| static bool | TUP (const std::shared_ptr< Row > &a, const std::shared_ptr< Row > &b) | 
| Sort by tuple count.  More... | |
Definition at line 27 of file DataComparator.h.
| 
 | inlinestatic | 
Sort by copy time.
Definition at line 45 of file DataComparator.h.
References b.
Referenced by souffle::profile::Table::sort().
| 
 | inlinestatic | 
Sort by ID.
Definition at line 60 of file DataComparator.h.
References b.
Referenced by souffle::profile::Table::sort().
| 
 | inlinestatic | 
Sort by name.
Definition at line 55 of file DataComparator.h.
References b.
Referenced by souffle::profile::Table::sort().
| 
 | inlinestatic | 
Sort by non-recursive time.
Definition at line 35 of file DataComparator.h.
References b.
Referenced by souffle::profile::Table::sort().
| 
 | inlinestatic | 
Sort by recursive time.
Definition at line 40 of file DataComparator.h.
References b.
Referenced by souffle::profile::Table::sort().
| 
 | inlinestatic | 
Sort by total time.
Definition at line 30 of file DataComparator.h.
References b.
Referenced by souffle::profile::Table::sort().
| 
 | inlinestatic | 
Sort by tuple count.
Definition at line 50 of file DataComparator.h.
References b.
Referenced by souffle::profile::Table::sort().
 1.8.17
 1.8.17