profiler  0.0
SortBy.h
1 #ifndef PROFILER_SRC_MOLPRO_PROFILER_TREE_SORTBY_H
2 #define PROFILER_SRC_MOLPRO_PROFILER_TREE_SORTBY_H
3 
4 namespace molpro {
5 namespace profiler {
6 
7 enum class SortBy { wall, cpu, calls, operations, none };
8 
9 } // namespace profiler
10 } // namespace molpro
11 
12 #endif // PROFILER_SRC_MOLPRO_PROFILER_TREE_SORTBY_H
SortBy
Definition: SortBy.h:7
Definition: Profiler.h:5