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
molpro::profiler::SortBy
SortBy
Definition:
SortBy.h:7
molpro::profiler::SortBy::wall
@ wall
molpro::profiler::SortBy::none
@ none
molpro::profiler::SortBy::operations
@ operations
molpro::profiler::SortBy::cpu
@ cpu
molpro::profiler::SortBy::calls
@ calls
molpro
Definition:
Profiler.h:5
__w
profiler
profiler
src
molpro
profiler
SortBy.h
Generated by
1.9.1