CbmRoot
Loading...
Searching...
No Matches
ProfilingLevel.h File Reference
#include "EnumDict.h"
Include dependency graph for ProfilingLevel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  cbm
 
namespace  cbm::algo
 

Enumerations

enum  cbm::algo::ProfilingLevel { cbm::algo::ProfilingNone = 0 , cbm::algo::ProfilingSummary = 1 , cbm::algo::ProfilingPerTS = 2 }
 

Functions

 CBM_ENUM_DICT (cbm::algo::ProfilingLevel, {"None", cbm::algo::ProfilingNone}, {"Summary", cbm::algo::ProfilingSummary}, {"PerTS", cbm::algo::ProfilingPerTS},)
 

Function Documentation

◆ CBM_ENUM_DICT()