9 #ifndef IMPBENCHMARK_PROFILER_H
10 #define IMPBENCHMARK_PROFILER_H
12 #include <IMP/benchmark/benchmark_config.h>
16 IMPBENCHMARK_BEGIN_NAMESPACE
24 void start(std::string name);
32 IMPBENCHMARK_END_NAMESPACE
Temporarily change something; undo the change when this object is destroyed.
#define IMP_RAII(Name, args, Initialize, Set, Reset, Show)
Declares RAII-style methods in a class.
Various general useful macros for IMP.